did you Dispose your mp3filereader?
Also, what version of NAudio are you using? Only the debug build reports dispose not called issues
And Mp3FileReader already returns 16 bit PCM, so no need for the extra conversion steps.
Your audio pipeline is OK, just include the FadeInOutSampleProvider in the chain as well
Also, what version of NAudio are you using? Only the debug build reports dispose not called issues
And Mp3FileReader already returns 16 bit PCM, so no need for the extra conversion steps.
Your audio pipeline is OK, just include the FadeInOutSampleProvider in the chain as well