Page 1 of 1
Sound lag problem
Posted: Fri Oct 15, 2010 8:39 am
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?
Re: Sound lag problem
Posted: Fri Oct 15, 2010 11:29 am
by jxl180
That is normal. You shouldn't need to hold the button to play/stop, it's a toggle.
Re: Sound lag problem
Posted: Fri Oct 15, 2010 5:49 pm
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
Re: Sound lag problem
Posted: Sat Oct 16, 2010 9:37 am
by ness88
Thank you , but it don't work.
Re: Sound lag problem
Posted: Sat Oct 16, 2010 8:58 pm
by Renegade
fixed. should be "bind <key> +my_hldj_playaudio"