MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / playEffect

Method playEffect

src/engine/AudioEngine.cpp:619–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619std::weak_ptr<Effect> Xaudio2Implementation::playEffect(EffectDesc const & desc)
620{
621 return playSample(m_effects, desc);
622}
623
624std::weak_ptr<Effect> Xaudio2Implementation::playMusic(std::shared_ptr<AudioData const> sample, float crossfade)
625{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected