Music not playing

Help with using HLDJ
senbat
Game DJ
Posts: 2
Joined: Mon Aug 18, 2008 2:14 am

Re: Music not playing

Post by senbat »

Renegade wrote:For CSS, check that the Counter-Strike Source folder contains a "voice_input.wav" after selecting a song. If so, the problem probably lies in your game settings, you should re-configure your microphone/sound options to make sure voice is not muted or incredibly low.
Checked this as I seem to have the same problem, checked in game settings as well as the CSS folder for the voice_input.wav file, and it is there, yet when I press the audio key, the mic shows yet nothing plays...yet it ipcks up my voice on the mic..for some reason I assumed that it would start playing the songs automatically? Or do I have to play them in a separate program first? >_>
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Music not playing

Post by Renegade »

The voice variables seem to be set incorrectly, try checking the values of "voice_forcemicrecord" and "voice_inputfromfile".
senbat
Game DJ
Posts: 2
Joined: Mon Aug 18, 2008 2:14 am

Re: Music not playing

Post by senbat »

Checked both, both set to 0, changed to 1 with no change, still picked up my voice, no music..not sure if setting has to be higher or not, figured I'd wait for recommendation :)
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Music not playing

Post by Renegade »

During playback, these values should go to 1, then back to 0 once finished.
Once you're sure the voice_input.wav is in the correct location, enter

Code: Select all

"voice_inputfromfile 1; voice_loopback 1; voice_forcemicrecord 0; +voicerecord" 
into console. Those are most basic commands required to initiate audio playback.
Post Reply