DRSSound Fix

DRSSound Fix 3.0

Login or Register an account to download this content
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
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
OK, I have only one problem. When I enable or disable DRS, I have a mini stutter. Is there any way to fix this?
Good, works as indented. My only issue is that I've noticed when I cross a DRS line, any DRS line, especially at speed, there is a brief FPS drop as the noise plays. I don't know why, but it's off putting enough for me to unfortunately make do without it. I run a 3080ti and i9, it isn't anything to do with my system. I don't know what the exact cause is, if anyone else experiences it too.
It's really useful!

For those that can't get it working, try manualy pasting it to de assetto directory. For me that was the problem
Hello, didn't work for me... unfortunately. Any fix?
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.
Don't work for me...
i have this issue

Python app "DRSSound" raised an error durring loading

Traceback ( most recent call last)
File"apps/python/DRSSound/DRSSound.py",line 50, in acMain
etcetc.......
Very good and useful beep when entering drs zones however when I try to disable the sound of the mechanism in content manager it also disables the beep and I can't find a way of fixing
F
favorit1
Hi, thanks for notifying me, I can try fixing that issue. For now as a workaround, I recommend making a silence sound in Audacity then replacing the activation sound with it.
So simple and so effective. No need to have an app cluttering the screen when this does the job perfectly.

Next request:
A confirmation beep for when you've activated your DRS :D
F
favorit1
Already done mate! It's the "bzzzzt" that you can hear, both when activating and deactivating, but you can replace it yourself to whatever you want! :)
Yes, yes, yes =) Thanks!
Thank you
Very good application, I am very happy. It's really good to have an audio signal in addition to the visual application.
very cool !
Great job, thank you!
Simple, perfect - does the job, exactly what I was looking for, thanks! Here's a quick video of it in action: https://www.youtube.com/watch?v=y484kJjANyw
Great app, Definitely a must have!
Amazing, thanks!
I'm colourblind. The DRS indicators in game, and even on Sidekick, are utterly useless to me.

This is the perfect solution. Thank you!
F
favorit1
Wow, that's awesome, I'm glad it could help you!

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top