A library to learn about audio processing with Python. Use the notebooks in this repo to get an understanding of analysing audio and displaying audio.
This repo is about understanding your audio signal. This notebook is about audio processing and digital signal processing. There is no AI in this repo, also nothing about music with python.
This repo is still work in progress.
This repo contains 8 notebooks:
- Audio with Python basics
- Audio with Python advanced
- Visualising audio with librosa
- Another way to create a mel spectrogram
- Intro to fourier transform
- Energy and sound pressure level
- Analysing audio with numpy
- Filter & denoise
Everything is tested with Python 3.12
- better .wav samples
- make a notebook just for feature selection with librosa
- revise notebook 4
- more explanation of audio theory
- Work on a live spectogram
- convert file format (*.wav, *.mp3, *.ogg) => basics