So I got some tweets and PM’s today regarding my game having issues with sounds.
The problem at hand in my game lies at the fact that the loops of my sounds are stuttering causing heavy discomfort and a killer to the fun.
I asked around to see if this was my fault, however I did not touch the scripts or sounds at all making me believe this is a ROBLOX issue.
Another reason why I say this is because Apocalypse Rising is also having issues with its sounds, I do not know what the problem is over there but the fact it happened at the same time with my game suggests this to be a bug with a ROBLOX update.
I can produce the bug in my game by sitting in a aircraft and starting the aircraft up, once the startup is complete it switches over to a loop between 3 sounds to mimic aircraft sounds. (Sound A, B and C)
All it does is change the volume and pitch dependent on the amount of throttle you apply.
Once Sound A reaches around 30% throttle it will fade away Sound A and raise the volume of Sound B, along with the pitch increase/decrease.
At 70% it does the same between Sound B and Sound C.
The bug seem to not occur with the startup sound, which is a other sound.
All the warning sounds of the aircrafts seem to work ‘okay’ and tend to bug out now when looped.
So in a nutshell,
The general aircraft sounds (3 in total) are bugged and stutter once you finished starting up the aircraft.
Did not update anything script wise for at least 4 days or so.
If you need more information, just ask.
I have made a smaller variant of the place for you to check things out.
Only question, I have no clue how to give you the place etc without making it all public.
If you do get the place, I can give you some guidance to where the code is located at.
Its 1 big script with over 1k lines of code just for the main script.
This seems to happen because each sound is calling play on the update loop, if you only call play and stop when the plane stops flying or starts flying, the sounds should be fine.
Yeah, I am getting a lot of tweets and private messages sent my way about Mad paintball having weird sound bugs that weren’t there before the ROBLOX Sound API update. Sounds are randomly stopped and some sound like that have 2x the pitch they should have. Here is the place.
I am hearing sound bugs at Twisted Murderer and mad paintball too. At random the swinging/firing sounds will stop 0.1 seconds after playing / will be 1000x as loud as normal for a second.
The current problem I am having, if that I can literally hear sounds that I shouldn’t hear (across the map (such as apoc))
And I do hear a lot of tapping (gun fires) so I do assume there is something going wrong with sounds
[quote] The current problem I am having, if that I can literally hear sounds that I shouldn’t hear (across the map (such as apoc))
And I do hear a lot of tapping (gun fires) so I do assume there is something going wrong with sounds [/quote]
All these games produce the same bug in the end, which would be the stuttering sounds like taps.
I have tried the method ben said but that failed and produced the same bug.
Turning off that feature fixed the problem originally reported in this thread, I have a feeling it’ll do the same for the rest of the bugs reported too
Alright I’ve found the problem for the planes, and a separate problem that is affecting games such as mad paintball with popping sounds. Both fixes should be out in a week from Thursday if everything goes right.