windows phone 8 - Play game sound effects -


how can play sound effects in game created universal app template (so runs on both windows 8.1 , windows phone 8.1) programmatically?

i need play sound gamemanager class i've created.

note mediaelement designed play single audio track you'd need manage pool of these play more 1 @ time , latency might not low enough. i'd xaudio2 if you'd ok c++ or sharpdx wrapper c# or use monogame's soundeffect class makes things easy.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -