|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< std::vector< double > > MayaFlux::detect_onsets_per_channel | ( | const std::vector< Kakshya::DataVariant > & | channels, |
| double | sample_rate = 48000.0, |
||
| double | threshold = 0.1 |
||
| ) |
Detect onset times per channel for multi-channel signal.
| channels | Vector of channel data |
| sample_rate | Sample rate for time calculation (default: 48000 Hz) |
| threshold | Energy threshold for onset detection (default: 0.1) |
Definition at line 458 of file Yantra.cpp.
References MayaFlux::Yantra::find_onset_positions().
Here is the call graph for this function: