Recording Sound in Python
00:00
Now that you have quite a few tools to play audio in your Python projects, it’s time to learn how to record audio. This section will cover using python-sounddevice
and pyaudio
for recording, which you’ve already used to play audio. You’ll see similar patterns as before, so hopefully they feel a bit familiar to use. Let’s get started.
Become a Member to join the conversation.