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

◆ CursorAccessProcessor()

MayaFlux::Kakshya::CursorAccessProcessor::CursorAccessProcessor ( uint64_t  frames_per_block)
explicit

Construct with a fixed output block size.

Parameters
frames_per_blockNumber of frames extracted per process() call. One frame = one sample per channel. Should match the engine buffer size in frames.

Definition at line 10 of file CursorAccessProcessor.cpp.

11 : m_frames_per_block(frames_per_block)
12{
13}