Streeming Audio from an url to unity Audio Source

Aim : to streem elevenlabs text to speach audio to unity audiosource and use that for ovr lipsync.
Platform trying to build : Android
Methods i tried:

  • using a memory streem and trying to convert the pcm to float and creat audioclips and stacking them in a list and playing them
  • FMOD( i don’t understand how to use it in this particular senario, can it streem to an audio source so that i can use it for lipsync in future)

Please let me know if anyone has an idea on this or any plugin that would help.