|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::apply_gain_per_channel | ( | std::vector< Kakshya::DataVariant > & | channels, |
| const std::vector< double > & | gain_factors | ||
| ) |
Apply different gain to each channel (in-place)
| channels | Vector of channel data (modified in-place) |
| gain_factors | Vector of gain factors (must match channels.size()) |
| std::invalid_argument | if gain_factors.size() != channels.size() |
Definition at line 520 of file Yantra.cpp.
References apply_gain().
Here is the call graph for this function: