|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::BufferInputControl::process_audio_input | ( | double * | input_data, |
| uint32_t | num_channels, | ||
| uint32_t | num_frames | ||
| ) |
Processes incoming audio input data into input buffers.
| input_data | Pointer to interleaved input data |
| num_channels | Number of channels in the input data |
| num_frames | Number of frames to process |
Takes interleaved input data and distributes it to the appropriate input buffers, then triggers default processing on each.
Definition at line 34 of file BufferInputControl.cpp.
References MayaFlux::Journal::BufferManagement, MayaFlux::Journal::Core, m_audio_input_buffers, MF_ERROR, and setup_audio_input_buffers().
Here is the call graph for this function: