a collection of tools for music analysis
Project description
aubio is a collection of tools for music and audio analysis.
This package integrates the aubio library with NumPy to provide a set of efficient tools to process and analyse audio signals, including:
- read audio from any media file, including videos and remote streams
- high quality phase vocoder, spectral filterbanks, and linear filters
- Mel-Frequency Cepstrum Coefficients and standard spectral descriptors
- detection of note attacks (onset)
- pitch tracking (fundamental frequency estimation)
- beat detection and tempo tracking
aubio works with both Python 2 and Python 3.
Links
Demos
Some examples are available in the python/demos
folder. Each
script is a command line program which accepts one ore more argument.
Notes: installing additional modules is required to run some of the demos.
Analysis
demo_source.py
uses aubio to read audio samples from media filesdemo_onset_plot.py
detects attacks in a sound file and plots the results using matplotlibdemo_pitch.py
looks for fundamental frequency in a sound file and plots the results using matplotlibdemo_spectrogram.py
,demo_specdesc.py
,demo_mfcc.py
for spectral analysis.
Real-time
demo_pyaudio.py
anddemo_tapthebeat.py
use pyaudiodemo_pysoundcard_play.py
,demo_pysoundcard.py
use PySoundCarddemo_alsa.py
uses pyalsaaudio
Others
demo_timestretch.py
can change the duration of an input file and write the new sound to disk,demo_wav2midi.py
detects the notes in a file and uses mido to write the results into a MIDI file
Example
Use demo_timestretch_online.py
to slow down loop.wav
, write the results in
stretched_loop.wav
:
$ python demo_timestretch_online.py loop.wav stretched_loop.wav 0.92
Built with
The core of aubio is written in C for portability and speed. In addition to NumPy, aubio can be optionally built to use one or more of the following libraries:
-
media file reading:
- ffmpeg / avcodec to decode and read audio from almost any format,
- libsndfile to read audio from uncompressed sound files,
- libsamplerate to re-sample audio signals,
- CoreAudio to read all media formats supported by macOS, iOS, and tvOS.
-
hardware acceleration:
- Atlas and Blas, for accelerated vector and matrix computations,
- fftw3, to compute fast Fourier Transforms of any size,
- Accelerate for accelerated FFT and matrix computations (macOS/iOS),
- Intel IPP, accelerated vector computation and FFT implementation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aubio-0.4.9.tar.gz
.
File metadata
- Download URL: aubio-0.4.9.tar.gz
- Upload date:
- Size: 479.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df1244f6c4cf5bea382c8c2d35aa43bc31f4cf631fe325ae3992c219546a4202 |
|
MD5 | ddb298be9cc432dd676451891288a27f |
|
BLAKE2b-256 | cd80302d89240603e5347c7f8026c8b02c59f8dfaec66c91a743d82de7c86006 |