WaveRNN
WaveRNN copied to clipboard
for "bits" parameter in hparams.py
Hi, Thanks for the great work!
If I'm using 25-bit precision audio files for training data, should I set "bits" parameter as 25 in hparams.py file?
or does this parameter refer to the target bit depth of mu-law? (like 25-bit to 9-bit ?)
Thanks!
Hi, I wouldn't recommend going any higher than 10bits for Wavernn in RAW mode. However if you want 16bits you can use MOL mode - just be aware that MOL models can take a million training steps.