Page 2 of 2
Re: Music not playing
Posted: Mon Aug 18, 2008 2:19 am
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? >_>
Re: Music not playing
Posted: Mon Aug 18, 2008 7:41 pm
by Renegade
The voice variables seem to be set incorrectly, try checking the values of "voice_forcemicrecord" and "voice_inputfromfile".
Re: Music not playing
Posted: Tue Aug 19, 2008 9:47 am
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

Re: Music not playing
Posted: Tue Aug 19, 2008 8:16 pm
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.