Xamarin.Forms Audio streaming on iOS

Copper Contributor

As i had to find out the hard way, streaming audio on iOS is magnitudes harder than on Android.

Just creating a AudioRecord and AudioTrack and send the datas into the void(udp :D) made high hopes to get this working in iOS too. 

Then after dozens of not working samples i am unsure how the heck i will get this to work. Problems like this seem so niece that even StackOverflow bounties or Job postings about this just arent atracting developers(even as hourly paid...)

 

Did you ever face a problem like this, and how did you solve this? I run out of ideas...

2 Replies
Would take a look at the .NET Podcast app that we open sourced -> https://github.com/microsoft/dotnet-podcasts has some great sample code for playback.

Also take a look at all the plugins out there https://github.com/jamesmontemagno/xamarin.plugins

Hi @JamesMontemagno ,

 

thank you a lot for your response. I will check out the links today. 

 

But a friendly fellow Programmer from your Mergeconflict Discord and i did a Code Jam session a few days before christmas and we got a raw version running. But i think with your additional informations i will be able to increase the audio quality.