wavegan
wavegan copied to clipboard
PyTorch reimplementation of WaveGAN
Hi, I am dealing with the sound generation from drum .wav file samples via your wavegan and unfortunately I have that error: ``` (env_pytorch) okanduzyel@Okan-MacBook-Pro wavegan % python train_wavegan.py /Users/okanduzyel/Downloads/IDMT-SMT-DRUMS-V2/audio...
Hi, I'm looking into making Audio GANs and this implementation seems really promising, clear and cool. But trying to run it, I ran into a really confusing error message: ```...
Hey, I'd like to use this code for a project -- any chance you can add a license? E.g. you could use the MIT license like chrisdonahue's repo does https://github.com/chrisdonahue/wavegan/blob/master/LICENSE.txt...
Hi ,Thanks for implementing!!! I am reading your code, and Could you please tell me whether you normalize the input data(waveform) to a certain range(e.g. -1 to 1) or you...
Does the default parameters working with any sample sounds given in chrisdonahue/wavegan (speech, drum, piano)?