|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
inlineprivate |
Extracts per-channel spans, applies an in-place func to each, and reconstructs.
| Func | Callable matching void(std::span<double>) |
In-place: results are copied back into the original channel spans of input before reconstruction. Out-of-place: input is not mutated.
Definition at line 209 of file MathematicalTransformer.hpp.