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
}
MF_LIVE_EXPOSE_AUTO
#define MF_LIVE_EXPOSE_AUTO(ptr)
Auto-expose variant that deduces the key prefix from the shared_ptr element type.
Definition
LiveArena.hpp:257
MayaFlux::Creator::load_sound_container
std::shared_ptr< Kakshya::SoundFileContainer > load_sound_container(const std::string &filepath)
Definition
Creator.cpp:108
References
MF_LIVE_EXPOSE_AUTO
.
MayaFlux
Creator
Generated by
1.9.8