Skip to content

Python implementation of the most common spectral based onset detection algorithms.

Notifications You must be signed in to change notification settings

CPJKU/onset_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onset_detection

Python implementation of the most common spectral based onset detection algorithms.

Usage

onset_program.py input.wav processes the audio file and writes the detected onsets to a file named input.onsets.txt. This file is suitable for evaluation with the onset_evaluation.py scripts which expects pairs of files with the extensions .onsets.txt and the corresponding ground-truth annotations ending with .onsets.

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

Requirements

  • Python 2.7 or 2.6 with argparse module
  • Numpy
  • Scipy

About

Python implementation of the most common spectral based onset detection algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages