r9y9 / wavenet_vocoder

WaveNet vocoder
https://r9y9.github.io/wavenet_vocoder/
Other
2.31k stars 499 forks source link

Support for generating multiple(>1) audio at one time #135

Closed mazzzystar closed 5 years ago

mazzzystar commented 5 years ago

Current audio synthesis only support generating 1 audio each time, I added some support for batch_size>1 audio synthesis at the quantized part. I tested the code in my another project but however didn't test the code from you repo, sorry for that~