MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ RegionWriteFn

using MayaFlux::Kakshya::RegionWriteFn = typedef std::function<void(size_t region_idx, uint32_t channel, std::span<double>)>

Callback invoked once per region per channel during iteration.

Receives the region index, channel index, and a mutable span of extracted (and optionally tapered) samples. Responsible for writing those samples into the caller's output buffer.

Definition at line 28 of file RegionUtils.hpp.