|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Buffers::AudioBuffer > MayaFlux::create_input_listener_buffer | ( | uint32_t | channel = 0, |
| bool | add_to_output = false |
||
| ) |
Creates a new AudioBuffer for input listening.
| channel | Channel index to create the buffer for (default: 0) |
| add_to_output | Whether to add this buffer to the output channel (default: false) |
This function creates a new AudioBuffer that can be used to listen to audio input. If add_to_output is true, the buffer will be automatically added to the output channel for processing.
Definition at line 180 of file Graph.cpp.
References read_from_audio_input(), and register_audio_buffer().
Here is the call graph for this function: