Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 607 Bytes

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