scipy.io.wavfile.read cannot read 24-bits .wav files

后端 未结 2 1181
悲&欢浪女
悲&欢浪女 2020-12-31 17:03

It seems that scipy.io.wavfile.read cannot read 24-bits .wav files. Do you have an idea on how to handle them ?

2条回答
  •  难免孤独
    2020-12-31 17:29

    Here is an updated version of scipy.io.wavfile that adds many things:

    • 24 bit .wav files support for read/write,
    • access to cue markers,
    • cue marker labels,
    • some other metadata like pitch (if defined), etc.

    wavfile.py (enhanced)

    Feel free to share it!

提交回复
热议问题