[phpBB Debug] PHP Warning: in file [ROOT]/ext/specialattack/flags/event/listener.php on line 19: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/specialattack/flags/event/listener.php on line 20: Trying to access array offset on value of type bool
SpecialAttack.net :: Voice Chat
SpecialAttack.net
https://forum.specialattack.net/

Voice Chat
https://forum.specialattack.net/viewtopic.php?t=10819
Page 1 of 1

Author:  Mclusky [ 07 Jun 2011, 00:49 ]
Post subject:  Voice Chat

Is there anyway to reduce or mute the in-game sound when using voice chat? I ask because I feel like I am always shouting when I do use it.

Author:  [SpA]JuncoPartner [ 07 Jun 2011, 02:28 ]
Post subject:  Re: Voice Chat

I have a clip on mic and some speakers, so I probably sound a bit messy too.

Author:  Pinky [ 07 Jun 2011, 02:35 ]
Post subject:  Re: Voice Chat

Mclusky wrote:
Is there anyway to reduce or mute the in-game sound when using voice chat? I ask because I feel like I am always shouting when I do use it.
I think I can write a script for that. I'll check when I get up tommorow :>

Author:  annarack [ 07 Jun 2011, 12:52 ]
Post subject:  Re: Voice Chat

You can reduce the specialFX and music in the game audio settings. If that's what you mean

Author:  dckjns [ 07 Jun 2011, 13:00 ]
Post subject:  Re: Voice Chat

voice_overdrive?

not sure how well that works, but this seems easily scriptable

edit:

writing on top of my head, it'd probably just go something like this
Code:
alias +vfix "volume 0;+voicerecord";
alias -vfix "volume <original>;-voicerecord";
bind <key> +vfix;

unbindall;cd eject;cd close;quit; // obligatory and must not be left out

Author:  ProtectMyBalls [ 07 Jun 2011, 13:14 ]
Post subject:  Re: Voice Chat

WHAT'S WRONG WITH SHOUTING!

Author:  [SpA]Minimoose! [ 07 Jun 2011, 13:17 ]
Post subject:  Re: Voice Chat

m3n wrote:

unbindall;cd eject;cd close;quit; // obligatory and must not be left out
[/code]
:ugly:

Author:  Pinky [ 07 Jun 2011, 13:27 ]
Post subject:  Re: Voice Chat

dat code :ugly:

Author:  Mclusky [ 07 Jun 2011, 15:19 ]
Post subject:  Re: Re: Voice Chat

annarack wrote:
You can reduce the specialFX and music in the game audio settings. If that's what you mean
Yeah I am aware of that I just mean to temporarily reduce the volume while I chat then have it return to normal. I suppose the sensible thing to do is just reduce the volume but I thought I would ask anyway.

Sent from my HTC Desire using Tapatalk

Author:  ProtectMyBalls [ 07 Jun 2011, 15:20 ]
Post subject:  Re: Voice Chat

like a noise gate essentially

Author:  annarack [ 07 Jun 2011, 16:37 ]
Post subject:  Re: Voice Chat

Ah right, I know you can get mumble to do something like that. So maybe the same thing could be used for steam? Hmmmmm.... DITCH!?

Author:  Pinky [ 07 Jun 2011, 16:58 ]
Post subject:  Re: Re: Voice Chat

Mclusky wrote:
annarack wrote:
You can reduce the specialFX and music in the game audio settings. If that's what you mean
Yeah I am aware of that I just mean to temporarily reduce the volume while I chat then have it return to normal. I suppose the sensible thing to do is just reduce the volume but I thought I would ask anyway.

Sent from my HTC Desire using Tapatalk
Did u try what m3n posted?

Author:  Mclusky [ 07 Jun 2011, 18:48 ]
Post subject:  Re: Re: Re: Voice Chat

Pinky wrote:
Did u try what m3n posted?
Not yet only just in from work err how do I use it? Stupid question I know!

Author:  Pinky [ 07 Jun 2011, 19:06 ]
Post subject:  Re: Re: Re: Voice Chat

Mclusky wrote:
Pinky wrote:
Did u try what m3n posted?
Not yet only just in from work err how do I use it? Stupid question I know!
go to your tf2 folder/tf/cfg, open autoexe.cfg (or make it with notepad if it isn't there yet), copy paste the code (apart from the last line obv) and fill in the appropriate volume + key

Author:  Mclusky [ 07 Jun 2011, 20:47 ]
Post subject:  Re: Re: Re: Voice Chat

Pinky wrote:
(apart from the last line obv)
Right, now I know what you mean by that... :?

Author:  [SpA]SaintK [ 07 Jun 2011, 20:53 ]
Post subject:  Re: Voice Chat

fkin lol :mrgreen:

Author:  Mclusky [ 07 Jun 2011, 21:10 ]
Post subject:  Re: Voice Chat

Yeah considering I have played since beta you would think I would know at least a thing or two about scripting, never mind.

Anyway this code works a treat:
Code:
alias +vfix "volume 0.25;+voicerecord";
alias -vfix "volume 1;-voicerecord";
bind "v" +vfix;     
Cheers for the help :mrgreen:

Author:  [SpA]JuncoPartner [ 07 Jun 2011, 21:16 ]
Post subject:  Re: Voice Chat

Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:

Author:  Mclusky [ 07 Jun 2011, 21:20 ]
Post subject:  Re: Voice Chat

It unlocks all weapons and hats.

Author:  [SpA]SaintK [ 07 Jun 2011, 21:23 ]
Post subject:  Re: Voice Chat

JuncoPartner wrote:
Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:
make us laugh at people who include it :5:

Author:  Pinky [ 07 Jun 2011, 22:42 ]
Post subject:  Re: Voice Chat

[SpA]SaintK wrote:
JuncoPartner wrote:
Nice I'll give it a go too
Code:
unbindall;cd eject;cd close;quit; // obligatory and must not be left out
So whats this do besides the obvious? :ugly:
make us laugh at people who include it :5:
Makes gold

Page 1 of 1 All times are UTC+02:00

Powered by phpBB® Forum Software © phpBB Limited