Recording Sound with Python

Recording sound with Python can be tricky. In this video, you’ll learn about the libraries necessary to record sound in Python (PortAudio, PyAudio), and how to implement a recorder class. Code: PyAudio: PortAudio: =============================== Interested in hiring me as a consultant/freelancer? Join The Sound Of AI Slack community: Connect with Valerio on Linkedin: Follow Valerio on Facebook: Follow Valerio on Twitter: ​ =============================== Content: 0:00 Intro 0:43 I/O in Python with PortAudio PyAudio 2:32 Installing PortAudio PyAudio in Ubuntu 3:30 Design of recorder system 4:30 Implementing StreamParams dataclass 5:03 Implementing Recorder class 8:54 Recodring
Back to Top