I'm trying to process an mp3 stream (from the microphone) in memory, without disk I/O, in a Windows Store app. I installed the NuGet package NAudio v1.8.0 but the Mp3FileReader class is not in the namespace NAudio.Wave. Should I be using some other function in this environment?
Comments: `Mp3FileReader` is not available in Windows Store apps as it calls into APIs that are not permitted in that context.
Comments: `Mp3FileReader` is not available in Windows Store apps as it calls into APIs that are not permitted in that context.