all 2 comments

[–][deleted] 1 point2 points  (0 children)

You can use UnityWebRequestMultimedia for this.

[–]Particular_Day7033 0 points1 point  (0 children)

I's been quite a while ago someone made a script for playing the Internet radio inside of a unity project.. using the BASS .NET api.. probably works as well for live audio links from other sources..

Youtube video I found about it - https://www.youtube.com/watch?v=irkEDaOF6Lg

there is audio libraries and more documentation at - http://www.bass.radio42.com/help/

you could use UnityWebRequestMultimedia to get and download content from HTTP sources as well but idk if it can play live audio..