Python, Error audio Recording in 16000Hz using Pyaudio

橙三吉。 提交于 2019-12-03 14:57:13

I experienced the same problem. The issue was fixed in portaudio, but brew installed an old version for me. I upgraded with

brew install portaudio --HEAD

and then was able to run your code with CHANNELS=1 and RATE=16000

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!