Playing and Recording Sound in Python

Playing and Recording Sound in Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 40m | 185 MB

In this course, you’ll learn how to play and record sound in Python using some of the most popular audio libraries. You’ll learn about the most straightforward methods for playing and recording sound first, and then you’ll learn about some libraries that offer some more functionality in exchange for a few extra lines of code.

By the end of this course, you’ll know how to:

  • Play MP3 and WAV files, as well as a range of other audio formats
  • Play NumPy and Python arrays containing sound
  • Record sound using Python
  • Save your recordings or audio files in a range of different file formats
Table of Contents

1 Overview
2 python-sounddevice
3 pyaudio – 2
4 Saving and Converting Audio with Python
5 wavio
6 soundfile
7 pydub
8 Comparison and Wrap Up
9 Playing Sounds with Python
10 playsound
11 simpleaudio
12 winsound
13 python-sounddevice
14 pydub
15 pyaudio
16 Recording Sounds with Python