The Crepe plugin is an implementation of the CREPE monophonic pitch tracker, based on a deep convolutional neural network operating directly on the time-domain waveform input, as a Vamp plugin.
The Crepe Vamp Plugin has been designed for use in the free audio analysis application Partiels.
Download the Crepe Vamp plugin installation package for your operating system from the Releases section and run the installer.
Launch the Partiels application. In a new or existing document, create a new analysis track with the Crepe plugin. Modify the model or the analysis parameters via the property window. Please refer to the manual available in the Releases section for further information.
The compilation system is based on CMake, for example:
cmake . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build
ctest -C Debug -VV --test-dir build
Note: Under Linux, we recommend using Clang instead of GCC, which does not seem to support the compilation of large models.
- Crepe Vamp plugin by Pierre Guillot at IRCAM IMR Department.
- Crepe model by Jong Wook Kim, Justin Salamon, Peter Li & Juan Pablo Bello.
- TensorFlow originally developed by Google Brain team.
- Vamp SDK by Chris Cannam, copyright (c) 2005-2024 Chris Cannam and Centre for Digital Music, Queen Mary, University of London.
- Ircam Vamp Extension by Pierre Guillot at IRCAM IMR department.