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: I commented concatenation delegate private void CreateWaveOut () { CloseWaveOut (); int latency = (int) comboBoxLatency.SelectedItem; this.waveOut SelectedOutputDevicePlugin.CreateDevice = (latency); / / + = This.waveOut.PlaybackStopped OnPlaybackStopped; } I have no error message but it does not work :-(
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: I commented concatenation delegate private void CreateWaveOut () { CloseWaveOut (); int latency = (int) comboBoxLatency.SelectedItem; this.waveOut SelectedOutputDevicePlugin.CreateDevice = (latency); / / + = This.waveOut.PlaybackStopped OnPlaybackStopped; } I have no error message but it does not work :-(