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

◆ get_buffer()

std::shared_ptr< Buffers::AudioBuffer > MayaFlux::Kriya::SamplingPipeline::get_buffer ( ) const
inline

Get the internal AudioBuffer for direct manipulation.

The buffer is supplied to the output channel and processed by the pipeline. External processing or inspection is possible but should be done with care to avoid conflicts with the pipeline's operations.

Returns
Shared pointer to the internal AudioBuffer.

Definition at line 246 of file SamplingPipeline.hpp.

246{ return m_buffer; }
std::shared_ptr< Buffers::AudioBuffer > m_buffer