|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kakshya::SoundStreamContainer::SoundStreamContainer | ( | uint32_t | sample_rate = 48000, |
| uint32_t | num_channels = 2, |
||
| uint64_t | initial_capacity = 0, |
||
| bool | circular_mode = false |
||
| ) |
Construct a SoundStreamContainer with specified parameters.
| sample_rate | Sample rate for temporal calculations |
| num_channels | Number of audio channels |
| initial_capacity | Initial capacity in frames (0 = minimal allocation) |
| circular_mode | If true, acts as circular buffer with fixed capacity |
Definition at line 10 of file SoundStreamContainer.cpp.
References m_data, m_num_channels, m_read_position, and setup_dimensions().
Here is the call graph for this function: