|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#include "SoundFileContainer.hpp"
Include dependency graph for SoundFileContainer.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Kakshya |
Functions | |
| std::shared_ptr< SoundFileContainer > | MayaFlux::Kakshya::make_sound_file_container (std::vector< std::vector< double > > channel_data, uint32_t num_channels, uint32_t sample_rate=48000, OrganizationStrategy org=OrganizationStrategy::PLANAR) |
| Construct a fully populated SoundFileContainer from computed channel data. | |