|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Applies the default audio transformation to the buffer's data.
Executes the default audio processing algorithm on the buffer's sample data. The specific transformation depends on the configured default audio processor, which may perform operations like normalization, filtering, or effects processing.
Reimplemented from MayaFlux::Buffers::AudioBuffer.
Definition at line 142 of file NetworkAudioBuffer.cpp.
References MayaFlux::Buffers::AudioBuffer::clear(), m_clear_before_process, and MayaFlux::Buffers::AudioBuffer::m_default_processor.
Here is the call graph for this function: