0

I was using SoundEffectInstance. It was provide me playing more than 1 sound at same moment. How can I do it in Windows 8 Metro Style, WinRT applications?

Thank you for your help.

Tugrul Emre Atalay
  • 918
  • 1
  • 9
  • 28

1 Answers1

0

XAudio2 is your friend, you can also look at multiple answers that use this via SharpDX if you want to stay in C#. For an example see How can I play multiple sounds at the same time using SharpDX in WinRT?

Community
  • 1
  • 1
Oren
  • 3,273
  • 2
  • 19
  • 15