cnnrrss / sound-experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Experiments

This repo is used to experiment and analyse audio.

Installation

Personally, I enjoy using virtualenv. You can start up a python environment in a heap of different ways.

Create a virtualenv (one time step): virtualenv -p python3.9 venv

Install dependencies

Activate the newly created virtualenv:

cd venv
source bin/activate
cd ..
pip install -r requirements.txt

Using Jupyter

You can run the . notebook using jupyter lab or jupyter notebook.

Start jupyter:

jupyter-lab

Demo Features

Visualize audio waveform

Waveform

Spectrogram

Waveform

Chromagram

What are chroma features? https://en.wikipedia.org/wiki/Chroma_feature

Waveform

About


Languages

Language:Jupyter Notebook 100.0%