Open
Description
Please add the package from https://github.com/bastibe/python-soundfile
It reads/writes WAV and many other audio formats. It supports whole file and block I/O. Very well documented and easy to use.
scipy.io.wavfile cannot write 24-bit and only supports whole file I/O.
The wave standard library cannot handle floating-point format or WAVE_FORMAT_EXTENSIBLE.