Python documentation

This module provides a number of classes and functions for the analysis of music and audio signals.

Contents

Introduction

This document provides a reference guide. For documentation on how to install aubio, see Installing aubio for Python.

Examples included in this guide and within the code are written assuming both aubio and numpy have been imported:

>>> import aubio
>>> import numpy as np

Changed in 0.4.8 : Prior to this version, almost no documentation was provided with the python module. This version adds documentation for some classes, including fvec, cvec, source, and sink.