Thank you. It works. But the music doesn't follow the player and remains localized at the starting point.
With an mp3, it's possible to simply play a track (without player.getPosition() ) and have that music as background music. Why doesn't it work with webradio?
Afaik the sound is an asset in a 3D space. So it has to "exist" within this 3D space.
If you create an update loop and then periodically check the position of the player, you can then do a conditional check to see if the player has moved, then if they have moved, move the sound asset to the players new position.
This will make the sound "follow" the player.