I want to generate a 24-bit WAV-format audio file using Python 2.7 from an array of floating point values between -1 and 1. I can\'t use scipy.io.wavfile.write because it on
Here is an updated version of scipy.io.wavfile that adds:
scipy.io.wavfile
wavfile.py (enhanced)