MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
SoundFileContainer.hpp File Reference
+ Include dependency graph for SoundFileContainer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MayaFlux::Kakshya::SoundFileContainer
 File-backed audio container with complete streaming functionality. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Kakshya
 

Functions

std::shared_ptr< SoundFileContainerMayaFlux::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.