MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Depot.cpp File Reference
+ Include dependency graph for Depot.cpp:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 

Functions

std::shared_ptr< MayaFlux::Kakshya::SoundFileContainerMayaFlux::load_audio_file (const std::string &filepath)
 Loads an audio file into a SoundFileContainer with automatic format detection.
 
std::vector< std::shared_ptr< Buffers::ContainerBuffer > > MayaFlux::hook_sound_container_to_buffers (const std::shared_ptr< MayaFlux::Kakshya::SoundFileContainer > &container)
 Connects a SoundFileContainer to the buffer system for immediate playback.
 
std::shared_ptr< Buffers::TextureBufferMayaFlux::load_image_file (const std::string &filepath)
 Loads an image file into a TextureBuffer.
 
bool MayaFlux::is_image (const fs::path &filepath)
 
bool MayaFlux::is_audio (const fs::path &filepath)