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: With NAudio 1.7, MediaFoundationReader can be used instead, and I have done some work to try to workaround threading issues (by recreating the object on the Read thread if necessary)
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: With NAudio 1.7, MediaFoundationReader can be used instead, and I have done some work to try to workaround threading issues (by recreating the object on the Read thread if necessary)