Python 中的录音
我想用 Python 从 USB 麦克风录制简短的音频剪辑。我尝试过 pyaudio,它似乎无法与 ALSA 通信,并且尝试过 alsaaudio,它的代码示例会生成不可读的文件。
所以我的问题是:在 Python 中从 USB 麦克风录制剪辑的最简单方法是什么?
I want to record short audio clips from a USB microphone in Python. I have tried pyaudio, which seemed to fail communicating with ALSA, and alsaaudio, the code example of which produces an unreadable files.
So my question: What is the easiest way to record clips from a USB mic in Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该脚本在打印当前振幅时记录到 test.wav:
This script records to test.wav while printing the current amplitute: