Forum Discussion
bPoller2810
Dec 10, 2021Copper Contributor
Xamarin.Forms Audio streaming on iOS
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...
JamesMontemagno
Microsoft
Jan 04, 2022Would 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
Also take a look at all the plugins out there https://github.com/jamesmontemagno/xamarin.plugins
bPoller2810
Jan 10, 2022Copper Contributor
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.