descriptinc / cargan

Official repository for the paper "Chunked Autoregressive GAN for Conditional Waveform Synthesis"
https://maxrmorrison.com/sites/cargan
MIT License
188 stars 29 forks source link

How to generate speech at 16kHz? #16

Closed ahmed-fau closed 9 months ago

ahmed-fau commented 9 months ago

Hi, Thanks for sharing this nice work. I would like to train cargan on a 16kHz training dataset .. could you elaborate what changes I need to apply to the generator architecture in order to achieve this?

Many thanks in advance!

ahmed-fau commented 9 months ago

OK, seems like the model is flexible with sampling rate so it's only the 'constants.SAMPLE_RATE' variable I have to change.