| 617 | } |
| 618 | |
| 619 | std::weak_ptr<Effect> Xaudio2Implementation::playEffect(EffectDesc const & desc) |
| 620 | { |
| 621 | return playSample(m_effects, desc); |
| 622 | } |
| 623 | |
| 624 | std::weak_ptr<Effect> Xaudio2Implementation::playMusic(std::shared_ptr<AudioData const> sample, float crossfade) |
| 625 | { |
nothing calls this directly
no outgoing calls
no test coverage detected