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

◆ read_audio()

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

Definition at line 143 of file Creator.hpp.

144 {
145 auto container = load_sound_container(filepath);
146 MF_LIVE_EXPOSE_AUTO(container);
147 return container;
148 }
#define MF_LIVE_EXPOSE_AUTO(ptr)
Auto-expose variant that deduces the key prefix from the shared_ptr element type.
std::shared_ptr< Kakshya::SoundFileContainer > load_sound_container(const std::string &filepath)
Definition Creator.cpp:106

References MF_LIVE_EXPOSE_AUTO.