- Home /
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.
Comment
Best Answer
Answer by gvergidis · Apr 07, 2018 at 03:56 PM
Well i figured out thay i can not use naudio so i used buffers and its working. Topic closed :)
Your answer