Hello,
the WMA file only works with WaveOut () standard.
With other DriverOut, I receive an error message from WMAStream function Read
(GetNextSample).
Tested with your NAudio Demo 1.6
Comments: The error is triggered in "audioPlayBackPanel" this procedure void OnPlaybackStopped(object sender, StoppedEventArgs e) { groupBoxDriverModel.Enabled = true; if (e.Exception != null) { MessageBox.Show(e.Exception.Message, "Playback Device Error"); } } I think this is the link with all the drivers. I think not go wrong, because I have placed several points stops and it is the only place where the debugger marks the stop
the WMA file only works with WaveOut () standard.
With other DriverOut, I receive an error message from WMAStream function Read
(GetNextSample).
Tested with your NAudio Demo 1.6
Comments: The error is triggered in "audioPlayBackPanel" this procedure void OnPlaybackStopped(object sender, StoppedEventArgs e) { groupBoxDriverModel.Enabled = true; if (e.Exception != null) { MessageBox.Show(e.Exception.Message, "Playback Device Error"); } } I think this is the link with all the drivers. I think not go wrong, because I have placed several points stops and it is the only place where the debugger marks the stop