|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
inlineprivate |
Extracts per-channel spans, applies func to each, and reconstructs.
| Func | Callable matching std::vector<double>(std::span<double>) |
In-place: results are written back into the channel spans of input before reconstruction, leaving no second allocation of channel data live at the same time. Out-of-place: results land in m_working_buffer; the original channel data in input is not touched.
Definition at line 198 of file SpectralTransformer.hpp.