NAudio for Android

Hello. I recently faced a problem streaming url radios. I figured it out how to properly stream for Windows apps but I need some help migrate some commands for Android. So…

I need to migrate these 2 lines :

using (WaveStream blockAlignedStream = new BlockAlignReductionStream(WaveFormatConversionStream.CreatePcmStream(new Mp3FileReader(ms))))

using (WaveOut waveOut = new WaveOut(WaveCallbackInfo.FunctionCallback()))

Any help appreciated.

Well i figured out thay i can not use naudio so i used buffers and its working. Topic closed :slight_smile: