decentraland / sdk-issues

issues, features requests and discussions related to sdk.
4 stars 4 forks source link

[Feature request] Add a way to play remote audio clips #11

Open bensalilijames opened 2 years ago

bensalilijames commented 2 years ago

There are currently two ways to play audio in Decentraland:

We have a use case where we want to play remote audio clips that are dynamically generated (e.g. via an API) during a Decentraland experience. Using an AudioStream partially works with a remote MP3 file, but it loops continuously when it reaches the end of the file, and the AudioStream does not provide functionality to turn off the looping behaviour.

Would be great to add a way to play remote clips in the same way as AudioClip!