Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global sounds started by lua keep cutting out randomly #3

Open
Bobbyperson opened this issue Apr 12, 2024 · 2 comments
Open

Global sounds started by lua keep cutting out randomly #3

Bobbyperson opened this issue Apr 12, 2024 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Bobbyperson
Copy link
Owner

Making an issue for this just to keep track, I have no idea how to fix this and it's super inconsistent. It definitely has to do with the stupid garbage collector.

All sounds will cut out when the garbage collector runs.

@Bobbyperson
Copy link
Owner Author

Ok so the main track seems to be fixed by stopping and starting instead of redefining the global variable. Each time a server sided sound is called it must be set to a variable which will be used in a timer later for it to not cut out. Very weird! Might need to cache server side.

@Bobbyperson
Copy link
Owner Author

Seems like every track is fixed besides announcer voice lines but like I don't care its rare

@Bobbyperson Bobbyperson added the help wanted Extra attention is needed label Sep 1, 2024
@Bobbyperson Bobbyperson added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant