|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
virtual |
Initializes the audio buffer with specified channel and capacity.
| channel | Audio channel identifier for this buffer |
| num_samples | Buffer capacity in audio samples |
Configures the audio buffer with the specified channel ID and allocates memory for the specified number of audio samples. This method should be called on uninitialized buffers before use.
Definition at line 32 of file AudioBuffer.cpp.
References m_channel_id, and resize().
Here is the call graph for this function: