Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
如果您可以使用常见的录音机(例如 Audacity)从设备进行录音,那么您可以使用 pyaudio。
pyaudio 是 PortAudio 绑定的 python 库。如果你使用C,则可以直接使用PortAudio。
If you can record from the device by using common audio recorder, such as Audacity, then you can use pyaudio.
pyaudio is a python library binds for PortAudio. If you use C, you can use PortAudio directly.
对于 Python,我可能推荐 SndObj。我自己没用过,但它似乎允许你使用ASIO,如果你想要低延迟的音频IO,这一点极其重要。
For Python, I might recommend SndObj. I haven't used it myself, but it seems to allow you to use ASIO, which is extremely important if you want low-latency audio IO.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
如果您可以使用常见的录音机(例如 Audacity)从设备进行录音,那么您可以使用 pyaudio。
pyaudio 是 PortAudio 绑定的 python 库。如果你使用C,则可以直接使用PortAudio。
If you can record from the device by using common audio recorder, such as Audacity, then you can use pyaudio.
pyaudio is a python library binds for PortAudio. If you use C, you can use PortAudio directly.
对于 Python,我可能推荐 SndObj。我自己没用过,但它似乎允许你使用ASIO,如果你想要低延迟的音频IO,这一点极其重要。
For Python, I might recommend SndObj. I haven't used it myself, but it seems to allow you to use ASIO, which is extremely important if you want low-latency audio IO.