Analysis

class aubio.onset(method="default", buf_size=1024, hop_size=512, samplerate=44100)

Onset detection object. method should be one of method supported by specdesc.

class aubio.pitch(method="default", buf_size=1024, hop_size=512, samplerate=44100)

Pitch detection.

Supported methods: yinfft, yin, yinfast, fcomb, mcomb, schmitt, specacf, default (yinfft).

class aubio.tempo(method="default", buf_size=1024, hop_size=512, samplerate=44100)

Tempo detection and beat tracking.

class aubio.notes(method="default", buf_size=1024, hop_size=512, samplerate=44100)

Note detection