|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::process_overlap_add | ( | const std::span< const double > & | data, |
| uint32_t | window_size, | ||
| uint32_t | hop_size, | ||
| TransformFunc | transform_func | ||
| ) |
Overlap-add processing for windowed transforms using C++20 ranges.
| TransformFunc | Function type for transformation |
| data | Input data |
| window_size | Size of analysis windows |
| hop_size | Hop size between windows |
| transform_func | Transformation function to apply per window |
Definition at line 32 of file TemporalHelper.hpp.