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: Someone has recently contributed a `StreamMediaFoundationReader` class which you can try out if you get latest coed. Haven't tried it out myself yet, so can't say how reliable it is
Comments: Someone has recently contributed a `StreamMediaFoundationReader` class which you can try out if you get latest coed. Haven't tried it out myself yet, so can't say how reliable it is