标签: windows-8 windows-runtime windows-phone soundeffect
我正在使用SoundEffectInstance。它让我在同一时刻播放超过1个声音。如何在Windows 8 Metro Style,WinRT应用程序中执行此操作?
感谢您的帮助。
答案 0 :(得分:0)
XAudio2是您的朋友,如果您想留在C#中,您还可以查看通过SharpDX使用此问题的多个答案。有关示例,请参阅How can I play multiple sounds at the same time using SharpDX in WinRT?