space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.66k stars 3.33k forks source link

Need an audio wrapper for SoundSystem.Play #3872

Open metalgearsloth opened 3 years ago

metalgearsloth commented 3 years ago

image

Main usage is being able to tag sounds, as well as stuff like contextual effects e.g. if in a vacuum don't play sound. Initial PR should just have the system and then make separate PRs to migrate audio calls over to it.

metalgearsloth commented 2 years ago

Also this should probably check for IsFirstTimePredicted when playing client sounds as well I think.