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

◆ SoundFileContainer() [1/2]

MayaFlux::Kakshya::SoundFileContainer::SoundFileContainer ( )

Construct a SoundFileContainer with default parameters Uses reasonable defaults suitable for file containers.

Definition at line 5 of file SoundFileContainer.cpp.

6 : SoundStreamContainer(48000, 2, 0, false) // Default: 48kHz, stereo, no initial capacity, not circular
7{
8}
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.