segan icon indicating copy to clipboard operation
segan copied to clipboard

[Bug] wavfile.write sample rate should be integer

Open chengchingwen opened this issue 7 years ago • 0 comments

The parameter 16e3 at wavfile.write in model.py should be int(16e3) since the wavfile.wirte API only support integer sample rate

chengchingwen avatar May 20 '17 14:05 chengchingwen