Posts: 4,613
Threads: 190
Likes Received: 6,123 in 2,144 posts
Likes Given: 824
Joined: Oct 2011
07-29-2014, 10:19 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 10:12 AM)ThatGirlSurinaaaaa Wrote: don't have stereomix and cba to get it XD sorry 
NEW PROBLEM
Foobar sends to VAC. VAC sends to my gmod mic.
How can I hear what is being played in my mic as it plays?
Stereomix is on every Windows computer, it's not something you get, it's on your pc by default.
Posts: 301
Threads: 22
Likes Received: 100 in 67 posts
Likes Given: 157
Joined: Feb 2013
Reputation:
8
Country:
07-29-2014, 10:34 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 10:16 AM)Rain Wrote: (07-29-2014, 10:12 AM)ThatGirlSurinaaaaa Wrote: don't have stereomix and cba to get it XD sorry 
NEW PROBLEM
Foobar sends to VAC. VAC sends to my gmod mic.
How can I hear what is being played in my mic as it plays?
The autoexec.cfg file enables that, assuming you read the instructions and it is where it needs to be, you press Page Down whilst in game and you should see mic activation like when another player speaks.
She doesn't have autoexec.cfg, She's not using your download. Also doesn't own Counter-strike source.
Posts: 350
Threads: 28
Likes Received: 213 in 81 posts
Likes Given: 125
Joined: Nov 2011
Reputation:
21
07-29-2014, 10:51 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 10:34 AM)Anonymous350 Wrote: (07-29-2014, 10:16 AM)Rain Wrote: (07-29-2014, 10:12 AM)ThatGirlSurinaaaaa Wrote: don't have stereomix and cba to get it XD sorry 
NEW PROBLEM
Foobar sends to VAC. VAC sends to my gmod mic.
How can I hear what is being played in my mic as it plays?
The autoexec.cfg file enables that, assuming you read the instructions and it is where it needs to be, you press Page Down whilst in game and you should see mic activation like when another player speaks.
She doesn't have autoexec.cfg, She's not using your download. Also doesn't own Counter-strike source.
Well that is the cfg file that sets up the bind. If there is no autoexec.cfg in common/garrysmod/garrysmod/cfg then you just duplicate another cfg file thats in there, rename it to autoexec.cfg, edit with notepad, delete all the text already in the copy and then replace it with the code
Code: alias voiceon "+voicerecord; voice_loopback 1; bind pgdn voiceoff"
alias voiceoff "-voicerecord; voice_loopback 0; bind pgdn voiceon"
voiceoff
Not sure what CSS has to do with that though :S
Posts: 1,078
Threads: 128
Likes Received: 820 in 291 posts
Likes Given: 556
Joined: May 2014
Reputation:
66
07-29-2014, 11:31 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 10:51 AM)Rain Wrote: (07-29-2014, 10:34 AM)Anonymous350 Wrote: (07-29-2014, 10:16 AM)Rain Wrote: (07-29-2014, 10:12 AM)ThatGirlSurinaaaaa Wrote: don't have stereomix and cba to get it XD sorry 
NEW PROBLEM
Foobar sends to VAC. VAC sends to my gmod mic.
How can I hear what is being played in my mic as it plays?
The autoexec.cfg file enables that, assuming you read the instructions and it is where it needs to be, you press Page Down whilst in game and you should see mic activation like when another player speaks.
She doesn't have autoexec.cfg, She's not using your download. Also doesn't own Counter-strike source.
Well that is the cfg file that sets up the bind. If there is no autoexec.cfg in common/garrysmod/garrysmod/cfg then you just duplicate another cfg file thats in there, rename it to autoexec.cfg, edit with notepad, delete all the text already in the copy and then replace it with the code
Code: alias voiceon "+voicerecord; voice_loopback 1; bind pgdn voiceoff"
alias voiceoff "-voicerecord; voice_loopback 0; bind pgdn voiceon"
voiceoff
Not sure what CSS has to do with that though :S
I presume that it doesn't matter who's download I used, as I am using VAC and foobar for it all anyways.
I placed the autoexec file in the CSS place (I have it bc of family sharing) and because there was not one there, I didn't need to replace anything.
So in order to see if it works, do I just need to play some music in foobar in Gmod, then press pgdn?
Posts: 350
Threads: 28
Likes Received: 213 in 81 posts
Likes Given: 125
Joined: Nov 2011
Reputation:
21
07-29-2014, 11:34 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 11:31 AM)ThatGirlSurinaaaaa Wrote: (07-29-2014, 10:51 AM)Rain Wrote: (07-29-2014, 10:34 AM)Anonymous350 Wrote: (07-29-2014, 10:16 AM)Rain Wrote: (07-29-2014, 10:12 AM)ThatGirlSurinaaaaa Wrote: don't have stereomix and cba to get it XD sorry 
NEW PROBLEM
Foobar sends to VAC. VAC sends to my gmod mic.
How can I hear what is being played in my mic as it plays?
The autoexec.cfg file enables that, assuming you read the instructions and it is where it needs to be, you press Page Down whilst in game and you should see mic activation like when another player speaks.
She doesn't have autoexec.cfg, She's not using your download. Also doesn't own Counter-strike source.
Well that is the cfg file that sets up the bind. If there is no autoexec.cfg in common/garrysmod/garrysmod/cfg then you just duplicate another cfg file thats in there, rename it to autoexec.cfg, edit with notepad, delete all the text already in the copy and then replace it with the code
Code: alias voiceon "+voicerecord; voice_loopback 1; bind pgdn voiceoff"
alias voiceoff "-voicerecord; voice_loopback 0; bind pgdn voiceon"
voiceoff
Not sure what CSS has to do with that though :S
I presume that it doesn't matter who's download I used, as I am using VAC and foobar for it all anyways.
I placed the autoexec file in the CSS place (I have it bc of family sharing) and because there was not one there, I didn't need to replace anything.
So in order to see if it works, do I just need to play some music in foobar in Gmod, then press pgdn?
Why is css involved? The autoexec.cfg file goes in the common/garrysmod/garrysmod/cfg folder, then f6 should be set to play/pause and f7 to stop (or what ever keys you binded in foobar) then you just press page down to enable the mic and f6 to play it. Think of page down like a mute/unmute switch
Posts: 301
Threads: 22
Likes Received: 100 in 67 posts
Likes Given: 157
Joined: Feb 2013
Reputation:
8
Country:
07-29-2014, 11:42 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 11:34 AM)Rain Wrote: (07-29-2014, 11:31 AM)ThatGirlSurinaaaaa Wrote: (07-29-2014, 10:51 AM)Rain Wrote: (07-29-2014, 10:34 AM)Anonymous350 Wrote: (07-29-2014, 10:16 AM)Rain Wrote: The autoexec.cfg file enables that, assuming you read the instructions and it is where it needs to be, you press Page Down whilst in game and you should see mic activation like when another player speaks.
She doesn't have autoexec.cfg, She's not using your download. Also doesn't own Counter-strike source.
Well that is the cfg file that sets up the bind. If there is no autoexec.cfg in common/garrysmod/garrysmod/cfg then you just duplicate another cfg file thats in there, rename it to autoexec.cfg, edit with notepad, delete all the text already in the copy and then replace it with the code
Code: alias voiceon "+voicerecord; voice_loopback 1; bind pgdn voiceoff"
alias voiceoff "-voicerecord; voice_loopback 0; bind pgdn voiceon"
voiceoff
Not sure what CSS has to do with that though :S
I presume that it doesn't matter who's download I used, as I am using VAC and foobar for it all anyways.
I placed the autoexec file in the CSS place (I have it bc of family sharing) and because there was not one there, I didn't need to replace anything.
So in order to see if it works, do I just need to play some music in foobar in Gmod, then press pgdn?
Why is css involved? The autoexec.cfg file goes in the common/garrysmod/garrysmod/cfg folder, then f6 should be set to play/pause and f7 to stop (or what ever keys you binded in foobar) then you just press page down to enable the mic and f6 to play it. Think of page down like a mute/unmute switch 
"Why is CSS involved?"... because of your ReadMe.txt
Posts: 350
Threads: 28
Likes Received: 213 in 81 posts
Likes Given: 125
Joined: Nov 2011
Reputation:
21
07-29-2014, 11:55 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 11:42 AM)Anonymous350 Wrote: ---
Ah yes I see now haha my mistake, I wrote it for an individual who wanted it for css then I put it into the zip file so if I ever gave someone it they would have instructions. Will fix that though.
Posts: 394
Threads: 76
Likes Received: 100 in 48 posts
Likes Given: 52
Joined: Jul 2013
Reputation:
10
Country:
07-29-2014, 01:02 PM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
Posts: 1,243
Threads: 98
Likes Received: 335 in 213 posts
Likes Given: 191
Joined: Jul 2012
Reputation:
25
07-29-2014, 01:29 PM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
(07-29-2014, 09:40 AM)Jan Wrote: Don't do everything the hard way, enable stereo mix and voila, ready to go.
Not every configuration allows for stereomix, and VAC is a ton more flexible. I don't want to play all sounds from my system, my VAC setup is configured only to play my microphone and Spotify/VLC.
|