|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Kakshya::RegionTaper = typedef std::function<void(std::span<double>)> |
Per-region taper applied in-place before the write callback is invoked.
Receives a mutable span covering exactly one region's samples for one channel. Applied after extraction, before the write function is called. Pass {} or nullptr to skip tapering entirely.
Definition at line 19 of file RegionUtils.hpp.