chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks
MIT License
1.32k stars 283 forks source link

How to set the output to higher than 1600khz? #54

Open go-dustin opened 5 years ago

go-dustin commented 5 years ago

I've figured out how to generate 4 second sounds but the sample rate is far too low to be useful. Is there a way to change this?

chrisdonahue commented 5 years ago

You can try to modify the generator/training code to increase the length. But yeah if you want high sample rates for music e.g. 44.1 kHz then it definitely limits things