Tools for audio DL (Part I)
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:
- Introduction of audio
- I/O of audio data
- Recording of audio files
- Playing of audio files
- Getting audio data from YouTube
- Extracting audio from video files
- Segmenting single audio files into multiple files
TBC…
Leave a comment