You will learn how to play sound and record sound in Python by making use of some of the most well-known audio libraries during the duration of this course. You will begin by gaining an understanding of the simplest ways for playing and recording sound, and then you will move on to studying several libraries that provide more capability in return for a little increase in the number of lines of code required to use them. You’ll be able to do the following by the time you finish this class:
- 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