I will be covering multiple aspects of audio processing from end-to-end. As there are numerous new libraries and frameworks being introduced over time, this list will not be exhaustive. Rather, I will cover the usual processing required for audio and perhaps share some snippet codes along the way. I will probably split this over multiple posts as there is much content to be covered. Let’s get started.

In this post, I will cover:

  1. Introduction of audio
  2. I/O of audio data
  3. Recording of audio files
  4. Playing of audio files
  5. Getting audio data from YouTube
  6. Extracting audio from video files
  7. Segmenting single audio files into multiple files

TBC…

Leave a comment