|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< double > MayaFlux::mix_with_gains | ( | const std::vector< std::vector< double > > & | streams, |
| const std::vector< double > & | gains | ||
| ) |
Mix multiple data streams with specified gains.
| streams | Vector of data streams to mix |
| gains | Vector of gain factors (must match streams.size()) |
| std::invalid_argument | if gains.size() != streams.size() |
Definition at line 1076 of file Yantra.cpp.
Referenced by mix_with_gains().
Here is the caller graph for this function: