|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::NetworkAudioProcessor::NetworkAudioProcessor | ( | std::shared_ptr< Nodes::Network::NodeNetwork > | network, |
| float | mix = 1.0F, |
||
| bool | clear_before_process = true |
||
| ) |
Creates a processor connected to a NodeNetwork.
| network | Source network whose batch output fills this buffer (must be AUDIO_SINK or AUDIO_COMPUTE) |
| mix | Interpolation coefficient between existing and incoming data (0.0-1.0) |
| clear_before_process | Whether to zero the buffer before writing network output |
Definition at line 9 of file NetworkAudioBuffer.cpp.