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

◆ read_audio()

auto MayaFlux::Creator::read_audio ( const std::string &  filepath) -> CreationHandle<Kakshya::SoundFileContainer>
inline

Definition at line 213 of file Creator.hpp.

214 {
215 auto container = load_container(filepath);
216 return CreationHandle<Kakshya::SoundFileContainer>(container);
217 }
std::shared_ptr< Kakshya::SoundFileContainer > load_container(const std::string &filepath)
Definition Creator.cpp:94