https://uberduck.ai/ logo
Join Discord
Powered by
# tacotron-2-support
  • s

    Sonic2022_mario

    04/27/2023, 8:15 PM
    I Can't Find Any, I Only Found Old Tutorials
  • g

    Gosmokeless28

    04/27/2023, 8:17 PM
    Oh no! The sample rate changer is gone for me too!
  • g

    Gosmokeless28

    04/27/2023, 8:17 PM
  • s

    Sonic2022_mario

    04/27/2023, 8:17 PM
    Me RN:
  • s

    Sonic2022_mario

    04/27/2023, 8:17 PM
    https://tenor.com/view/this-is-so-sad-gif-25352430
  • g

    Gosmokeless28

    04/27/2023, 8:19 PM
    Oh, well. You can still select the track, click the "Tracks" dropdown menu, and click "resample".
  • g

    Gosmokeless28

    04/27/2023, 8:20 PM
    Oh, and there's also this settings window that opens when you click the "Audio Setup" button

    https://cdn.discordapp.com/attachments/994486394049282058/1101241579328520302/Screenshot_26304.png▾

  • s

    Sonic2022_mario

    04/27/2023, 8:22 PM
    Does It Work On Training?
  • g

    Gosmokeless28

    04/27/2023, 8:23 PM
    What do you mean?
  • s

    Sonic2022_mario

    04/27/2023, 8:24 PM
    I Mean, I Trained My Percy Model With The Wrong Sample Rate, And It Made The Results Slow
  • g

    Gosmokeless28

    04/27/2023, 8:24 PM
    Remember to change the project sample rate to "22,050 Hz"
  • s

    Sonic2022_mario

    04/27/2023, 8:25 PM
    I Did, But It Keeps Putting It Back To The Default One
  • g

    Gosmokeless28

    04/27/2023, 8:25 PM
    Are you sure these are the settings you apply?

    https://cdn.discordapp.com/attachments/994486394049282058/1101242811547918467/Screenshot_26305.png▾

  • s

    Sonic2022_mario

    04/27/2023, 8:26 PM
    I Am Trying The Audio Settings One
  • s

    Sonic2022_mario

    04/27/2023, 8:28 PM
    It Works, It's Now At 22050
  • g

    Gosmokeless28

    04/27/2023, 8:28 PM
    Nice
  • t

    tanooki426

    04/27/2023, 9:08 PM
    https://www.mp3cutter.com/audio-converter Here's a useful site to convert voice clips to the correct format (converts 20 at a time)
  • t

    tanooki426

    04/27/2023, 9:09 PM
    https://audiomass.co/ There's also this audio editor that I use but unfortunately it doesn't have an option to make wav files to 22050 Hz (defaults to 44100 Hz)
  • a

    Amizade | Pony's voice creator

    04/28/2023, 7:27 PM
    Copy code
    js
    Generating Mels
    ---------------------------------------------------------------------------
    RuntimeError                              Traceback (most recent call last)
    <ipython-input-10-df8aeedb909f> in <cell line: 3>()
          2 
          3 if generate_mels:
    ----> 4     create_mels()
    
    3 frames
    /content/TTS-TT2/stft.py in transform(self, input_data)
         82 
         83         # similar to librosa, reflect-pad the input
    ---> 84         input_data = input_data.view(num_batches, 1, num_samples)
         85         input_data = F.pad(
         86             input_data.unsqueeze(1),
    
    RuntimeError: shape '[1, 1, 45281]' is invalid for input of size 90562
    What this error means?
  • d

    Dyno

    04/28/2023, 7:27 PM
    If you have trouble using any notebooks, make sure you use the correct notebooks, which are linked in the #notebooks channel, as those notebooks are the most up-to-date ones.
  • a

    Amizade | Pony's voice creator

    04/28/2023, 7:28 PM
    I was using fakeyou tacotron 2
  • c

    Cris140

    04/28/2023, 9:18 PM
    Audio isn't mono
  • c

    Cris140

    04/28/2023, 9:18 PM
    Uberduck's notebook has a option to automatically convert the audios
  • t

    TheWu-Cepticon

    04/29/2023, 3:07 AM
    is it possible to control the "emotion" or inflections on tactron? I'm using the Uberduck synthesis notebook, I want certain aggressive inflections, but I can't always get them.
  • y

    YTR76

    04/29/2023, 3:22 AM
    Yes, but on one condition:
  • y

    YTR76

    04/29/2023, 3:22 AM
    you have to train a seperate model for each emotion
  • t

    TheWu-Cepticon

    04/29/2023, 3:25 AM
    Well I notice when I use certain words like "evil" before the dialog that I want, it can change emotion - if I want a more aggressive tone. But it doesn't always come out the way I want.
  • y

    YTR76

    04/29/2023, 3:26 AM
    that's tacotron for you, wu-ception! wheeze
  • y

    YTR76

    04/29/2023, 3:26 AM
    But my point still stands: you have to train a seperate model for each emotion.
  • t

    TheWu-Cepticon

    04/29/2023, 3:26 AM
    I was wondering was there little trigger words, to kinda stir the "emotion"
1...148149150...158Latest