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

◆ get_data() [1/2]

virtual std::vector< double > & MayaFlux::Buffers::AudioBuffer::get_data ( )
inlinevirtual

Gets mutable access to the buffer's underlying audio data.

Returns
Reference to the vector containing audio sample data

Provides direct access to the underlying double-precision audio data for reading or modification. Use with caution as it bypasses any audio transformation chain that may be configured.

Definition at line 111 of file AudioBuffer.hpp.

111{ return m_data; }
std::vector< double > m_data
Vector storing the actual double-precision audio sample data.

Referenced by MayaFlux::Buffers::InputAudioBuffer::write_to().

+ Here is the caller graph for this function: