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

◆ load_container()

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

Definition at line 94 of file Creator.cpp.

95{
96 return load_audio_file(filepath);
97}
std::shared_ptr< MayaFlux::Kakshya::SoundFileContainer > load_audio_file(const std::string &filepath)
Loads an audio file into a SoundFileContainer with automatic format detection.
Definition Depot.cpp:18

References MayaFlux::load_audio_file().

+ Here is the call graph for this function: