声音在调试模式下播放但不在释放模式下播放

时间:2016-08-14 23:30:33

标签: c# audio

当我运行调试模式程序播放wav文件时,当我运行应用程序时,我没有声音。任何人都可以向我解释我做错了什么,或解决方案是什么?

这是代码:

private void PlaySound()
    {
        output  = new SoundPlayer(location);
        output.Load();
        output.PlayLooping();
    }

提前致谢。

0 个答案:

没有答案