DRSSound Fix

DRSSound Fix 3.0

Login or Register an account to download this content
A great Idea and most helpful. However I have noticed that at least on my system I7 and 1660ti when I run it and coming across DRS zone the beep causes a frame stutter and then when I engage it another stutter. I tried for a couple hours to get it to work w/o stutters but had no success. hmmm...? Thx for your efforts though.
Thanks for this it does work accurately however, as others have mentioned and I also can reproduce, there is a FPS drop to the point where it is unusable
Hi, many users have reported a stutter issue when the sound is played by the script and that is because the game has to wait until the playback is finished and it delays the game process by around 15ms, resulting in mini stutters. To address this issue, I have reduced the runtime to 0.5ms by running the function which plays the sound using a different thread.

def threaded_sound(sound_path):
thread = threading.Thread(target=playsound, args=(sound_path,), daemon=True)
thread.start()

Just call the following function to play a sound, instead of the playsound function itself.
threaded_sound(available_temp_path or enabled_temp_path)

I hope it helped :)
FPS drop when enable or disable DRS. Very annoying
add-on does not work
F
favorit1
Hi, I've contacted you in DMs regarding fixing it.

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top