https://uberduck.ai/ logo
Join Discord
Powered by
# machine-learning
  • p

    pi

    05/11/2021, 12:25 PM
    you're using the wrong colab notebook
  • p

    pi

    05/11/2021, 12:25 PM
    https://pieksend.github.io/posts/2021-05-09-tacotron-faq/
  • m

    mega b

    05/11/2021, 2:31 PM
    @User Nice new PFP!
  • p

    pi

    05/11/2021, 2:33 PM
    😄
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 3:18 PM
    i was trying to figure it out but suddenly i get this error everytime i try to create a voice
  • h

    HawtCawfee☕(TechnoNeverDies👑)

    05/11/2021, 3:18 PM
    i got that before
  • h

    HawtCawfee☕(TechnoNeverDies👑)

    05/11/2021, 3:18 PM
    they need to be 22050hz
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 3:19 PM
    O_O wait you need to tell me that the voices need to be 22050hz?! i didnt know that! D8)
  • h

    HawtCawfee☕(TechnoNeverDies👑)

    05/11/2021, 3:19 PM
    is it for all of them?
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 3:20 PM
    for ace bunnys voice from loonatics unleashed so
  • h

    HawtCawfee☕(TechnoNeverDies👑)

    05/11/2021, 3:20 PM
    if thats the case, you can use audacity to make them 22050
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 3:20 PM
    okie
  • s

    SidPlays_144p

    05/11/2021, 3:21 PM
    luckily there's ways to batch change the sample rates (like Total Audio MP3 Converter (the name's a bit of a misnomer, it works for most audio types) )
  • d

    Dimitri Rascalov

    05/11/2021, 3:23 PM
    https://audio.online-convert.com/convert-to-wav
  • p

    pi

    05/11/2021, 3:23 PM
    or ffmpeg
  • p

    pi

    05/11/2021, 3:23 PM
    for f in *.wav; do ffmpeg -i "$f" -ac 1 -acodec pcm_s16le -ar 22050 out/"$f.wav" ; done
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 3:33 PM
    wait guys is this good or bad?
  • j

    JacobLenstar

    05/11/2021, 3:45 PM
    in your list replace .wav with .npy
  • j

    JacobLenstar

    05/11/2021, 4:03 PM
    chop chop master onion turned out terrible again
  • j

    JacobLenstar

    05/11/2021, 4:03 PM
    "I am your sensei parappa and I will teach you."
  • i

    Isaac Rodriguez (Odcub)

    05/11/2021, 4:04 PM
    this is impossible >~<
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:39 PM
    https://f7e93231b772.ngrok.io/ Testing a new model and vocoder, try it out here! The link is temporary and will expire in a few hours.
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:40 PM
    It's a multispeaker model. It has BFDI characters, MLP characters, Vocaloid characters, and a Touhou Project character
  • u

    user

    05/11/2021, 5:45 PM
    What repo you use?
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:46 PM
    A repo called CookieTTS, I use my own fork of it: https://github.com/RAYTRAC3R/cookietts
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:46 PM
    I actually wrote a training script for it, I'll post it in #841437191073955920
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:46 PM
    oh wait nvm
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:46 PM
    i dont have access to that channel lmao
  • r

    RAYTRAC3R/Dhama the Llama (Sami)

    05/11/2021, 5:46 PM
    https://colab.research.google.com/drive/1uvP6cHtDYsgy_0mmlguY_CZrzy6T5e5r?usp=sharing
  • u

    user

    05/11/2021, 5:47 PM
    Is this tacotron?
1...676869...1068Latest