We recently released an update using AudioEmitters for the police car sirens in our game. Each vehicle has 4-6 sirens with an AudioEmitter (and wired effects) for each siren. When playing in a live server with 10-20 police cars and an AudioEcho enabled on all sirens, ALL client audio begins to stutter sporadically and some audio becomes inaudible completely. This includes character sounds, legacy sounds, voice chat, etc.
This was not discovered during playtesting and only ended up being an issue in full servers (more vehicles, more sirens) quickly after release. When pulling straws to diagnose the problem, enabling Bypass
on all AudioEchos on the sirens immediately resolved the issue.
I’m unsure of the exact factors that reproduce this bug, but my immediate assumption is that it has something to do with the amount of AudioEchos on the client. From my own testing while attempting to fix in the live game, this was present in roughly 90% of joins and there were times where it sounded fine. There were also instances where it would sound fine initially and shortly thereafter begin to stutter. Additionally, this bug was present for most users in-game, but 2-4 players in the same server said their audio was fine at the moment.
This has made AudioEcho unusable in our game.
Game: Emergency Response Liberty County
Notes:
- This issue would become better/worse sporadically. Audio would be fine for 1-2 seconds and begin stuttering again. In some cases, audio would break completely and nothing was able to be heard.
- AudioPlayers were created on the server and played on the client.
Audio Instances Used (ordered):
- AudioPlayer
- AudioReverb
- AudioFilter
- AudioEcho
- AudioChorus
- AudioCompressor
- AudioLimiter
→ AudioEmitter
AudioEcho Properties (varies slightly):
- DelayTime = 0.08
- DryLevel = 0
- Feedback = 0.15
- RampTime = 0
- WetLevel = -16
Videos:
Reports:
A private message is associated with this bug report