Sound lag problem

Help with using HLDJ
Post Reply
ness88
Game DJ
Posts: 2
Joined: Fri Oct 15, 2010 8:32 am

Sound lag problem

Post by ness88 »

When i press CAPSLOCK for playing sounds, it starts play after 1-2 seconds. Is it normal ?
There's a metod for playing sounds while pressing instead of hold for play and release to stop?
jxl180
HLDJ Tester
HLDJ Tester
Posts: 84
Joined: Sun Mar 30, 2008 10:19 pm

Re: Sound lag problem

Post by jxl180 »

That is normal. You shouldn't need to hold the button to play/stop, it's a toggle.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Sound lag problem

Post by Renegade »

to make it hold & release, add the following to your hldj_custom.cfg and replace <KEY> with the key you want to bind it to:

Code: Select all

alias +my_hldj_playaudio hldj_playaudio_on
alias -my_hldj_playaudio hldj_playaudio_off
bind <key> +my_hldj_playaudio
ness88
Game DJ
Posts: 2
Joined: Fri Oct 15, 2010 8:32 am

Re: Sound lag problem

Post by ness88 »

Thank you , but it don't work.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Sound lag problem

Post by Renegade »

fixed. should be "bind <key> +my_hldj_playaudio"
Post Reply