com.meapsoft
Interface OnsetListener

All Known Implementing Classes:
SegmentExtractor

public interface OnsetListener

Interface for listening to onset detectors. Includes a single function called with the address of the next onset detected and the number of consecutive frames with negligible power (for detecting gaps between tracks).


Method Summary
 void newOnset(long frAddr, int zeroFrames)
           
 

Method Detail

newOnset

public void newOnset(long frAddr,
                     int zeroFrames)