|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< std::vector< std::pair< size_t, size_t > > > MayaFlux::detect_silence_per_channel | ( | const std::vector< Kakshya::DataVariant > & | channels, |
| double | threshold = 0.01, |
||
| size_t | min_silence_duration = 1024 |
||
| ) |
Detect silence regions per channel for multi-channel data.
| channels | Vector of channel data |
| threshold | Silence threshold (amplitude, default: 0.01) |
| min_silence_duration | Minimum silence length in samples (default: 1024) |
Definition at line 1001 of file Yantra.cpp.
References detect_silence().
Here is the call graph for this function: