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

◆ load_sound_container()

std::shared_ptr< Kakshya::SoundFileContainer > MayaFlux::Creator::load_sound_container ( const std::string &  filepath)
private

Definition at line 100 of file Creator.cpp.

101{
102 return get_io_manager()->load_audio(filepath);
103}
std::shared_ptr< IO::IOManager > get_io_manager()
Retrieves the global IOManager instance for file loading and buffer management.
Definition Depot.cpp:50

References MayaFlux::get_io_manager().

+ Here is the call graph for this function: