BeatTimesSink Class Reference
[Processing]
Outputs predicted beat times (in seconds or "frames"-ticks) and/or the median IBI (in BPMs).
More...
#include <BeatTimesSink.h>
Inherits Marsyas::MarSystem.
Detailed Description
Outputs predicted beat times (in seconds or "frames"-ticks) and/or the median IBI (in BPMs).
Output: outPath\inputFileName.txt -> beat times. outPath\inputFileName_medianTempo.txt -> median IBI (in BPMs)
Controls:
- mrs_natural/hopSize [r] : hop size of the analysis.
- mrs_natural/winSize [r] : window size of the analysis.
- mrs_real/srcFs [r] : input sampling rate.
- mrs_string/destFileName [r] : path of the output destination directory.
- mrs_string/mode [r] : considered time unit (seconds or "frames"-ticks).
- mrs_natural/tickCount [r] : current considered time (tick count) updated from BeatReferee.
- mrs_real/tempo [r]: estimated tempo
Definition at line 50 of file BeatTimesSink.h.
The documentation for this class was generated from the following files: