jjzjj

WarrenWeckesser

全部标签

python - scipy.io.wavfile.read 无法读取 24 位 .wav 文件

scipy.io.wavfile.read似乎无法读取24位.wav文件。您知道如何处理它们吗? 最佳答案 如果您的wav文件没有被压缩,您可以在这里尝试readwav函数:https://gist.github.com/WarrenWeckesser/7461781更新我将该要点转换为python包:https://pypi.python.org/pypi/wavio源代码在github:https://github.com/WarrenWeckesser/wavio 关于python