Skip to content

Python reference implementation of the SuperFlux onset detection algorithm

Notifications You must be signed in to change notification settings

ajaysmurthy/SuperFlux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SuperFlux

Python reference implementation of the SuperFlux onset detection algorithm described in:

"Maximum Filter Vibrato Suppression for Onset Detection" by Sebastian Böck and Gerhard Widmer in Proceedings of the 16th International Conference on Digital Audio Effects (DAFx-13), Maynooth, Ireland, September 2013

The paper can be downloaded from http://phenicx.upf.edu/system/files/publications/Boeck_DAFx-13.pdf.

Usage

SuperFlux.py input.wav processes the audio file and writes the detected onsets to a file named input.onsets.txt.

Please see the -h option to get a more detailed description of the available options.

Requirements

  • Python 2.7
  • Numpy
  • Scipy

About

Python reference implementation of the SuperFlux onset detection algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published