The Patchbay_

CREPE

CNN-based monophonic pitch (f0) tracker with state-of-the-art accuracy.

LanguagePython
CategoryAudio analysis
LicenseMIT
PlatformsmacOS Windows Linux
Installpip install crepe
First released2018
MaintainedNot actively maintained (last activity 2024)
LinksWebsite · Source

Strengths

Limitations

Best for

Precise fundamental-frequency tracking of single-voice audio (vocals, solo instruments).

Minimal example

import crepe
from scipy.io import wavfile
sr, audio = wavfile.read("audio.wav")
time, freq, conf, act = crepe.predict(audio, sr, viterbi=True)

Alternatives to CREPE

librosaaubiomadmomEssentia

← Back to all tools