|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kakshya::DynamicSoundStream::DynamicSoundStream | ( | uint32_t | sample_rate = 48000, |
| uint32_t | num_channels = 2 |
||
| ) |
Construct a DynamicSoundStream with specified audio parameters.
| sample_rate | Sample rate in Hz for temporal calculations and timing |
| num_channels | Number of audio channels (typically 1=mono, 2=stereo) |
Definition at line 6 of file DynamicSoundStream.cpp.