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: hmmm, I can't see why that would have anything to do at all with what output driver you are using. I guess it might be a threading issue - maybe you can only use a WMAFileReader on the stream on which it was created.
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: hmmm, I can't see why that would have anything to do at all with what output driver you are using. I guess it might be a threading issue - maybe you can only use a WMAFileReader on the stream on which it was created.