segan
segan copied to clipboard
[Bug] wavfile.write sample rate should be integer
The parameter 16e3
at wavfile.write
in model.py should be int(16e3)
since the wavfile.wirte
API only support integer sample rate