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

◆ read_audio() [2/2]

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

Definition at line 142 of file Creator.hpp.

143 {
144 auto container = load_sound_container(filepath);
145 MF_LIVE_EXPOSE_AUTO(container);
146 return container;
147 }
#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:108

References MF_LIVE_EXPOSE_AUTO.