You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.