在 Windows Phone 7 中播放此 wav 文件时,出现错误。
var stream = TitleContainer.OpenStream("TestSound.WAV");
var effect = SoundEffect.FromStream(stream);
FrameworkDispatcher.Update();
effect.Play();
它在第二行代码上得到了这个异常。
Ensure that the specified stream contains valid PCM mono or stereo wave data.