Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

Make stream creation asynchronous / Not send a net message immediately #33

Closed Vurv78 closed 2 years ago

Vurv78 commented 3 years ago

When the WebAudio constructor is called, it should only build the serverside object and only sync to the clients / be created clientside when trying to transmit.

This would allow for:

  1. Creating a ton of streams at once and not needing a cooldown to creating the objects
  2. Potentially allowing for a neater way to solve #11

I don't think there's any problems with the idea but if I think of any I'll just close this

Vurv78 commented 2 years ago

Meh burst cooldown is enough right now and this would be a major headache so wontfix