Raised This Month: $51 Target: $400
 12% 

VoiceHook - Developer preview of something.


Post New Thread Reply   
 
Thread Tools Display Modes
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 02-18-2011 , 12:10   Re: VoiceHook - Developer preview of something.
Reply With Quote #31

This sounds like a great addition! In the final version would it be possible to use an SM extension or plugin to detect the number of active speakers on the server and take some action (deny, mute, et. al.)?
__________________
databomb is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 02-18-2011 , 12:58   Re: VoiceHook - Developer preview of something.
Reply With Quote #32

You can just use the example extension provided and count the number of times the OnClientSpeaking forward is fired per-frame.
__________________
asherkin is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 02-22-2011 , 23:52   Re: VoiceHook - Developer preview of something.
Reply With Quote #33

id like to see a plugin in the future that analyzes the pitch of the voice and mute the players with high pitch e.g. kids ^^
Zephyrus is offline
FaTony
Veteran Member
Join Date: Aug 2008
Old 02-23-2011 , 04:08   Re: VoiceHook - Developer preview of something.
Reply With Quote #34

...and women!
__________________
FaTony is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 02-23-2011 , 04:12   Re: VoiceHook - Developer preview of something.
Reply With Quote #35

Quote:
Originally Posted by FaTony View Post
...and women!
what's wrong with them?
__________________
Leonardo is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 03-16-2011 , 22:14   Re: VoiceHook - Developer preview of something.
Reply With Quote #36

Linux server here, installed and works well for my plugin but there are a few errors/messages in the console that I wanted to post. None of these seem to cause problems with the server itself or even VoiceHook functionality but just in case you did not know these were occurring:

After the install of the MM:S plugin and extension I see the following whenever a player joins:
Quote:
Client "| Arush55 | {DO}" connected (XXX.XXX.XXX.XXX:22509).
warning: Unknown nb_ctl request: 4
warning: Unknown nb_ctl request: 30
L 03/16/2011 - 16:271: "| Arush55 | {DO}<349><STEAM_0:X:XXXXXXX><>" STEAM USERID validated
and also whenever the map switches I usually see a few of these:
Quote:
L 03/16/2011 - 16:09:07: Banid: "<><STEAM_0:0:29194977><>" was banned "permanently" by "Console"
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 6.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 12.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 6.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 12.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 6.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 12.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 12.
L 03/16/2011 - 16:09:07: [VOICE] [ERROR] Unable to get Voice Channel for player 6.
L 03/16/2011 - 16:09:07: World triggered "Round_Start"
L 03/16/2011 - 16:09:08: World triggered "Round_Start"
and finally, when a client does 'retry' in console another error appears:
Quote:
L 03/16/2011 - 15:14:40: Team "TERRORIST" triggered "Terrorists_Win" (CT "0") (T "4")
L 03/16/2011 - 15:14:40: Team "CT" scored "0" with "2" players
L 03/16/2011 - 15:14:40: Team "TERRORIST" scored "4" with "8" players
L 03/16/2011 - 15:14:40: World triggered "Round_End"L 03/16/2011 - 15:14:40: server_cvar: "mp_flashlight" "1"
L 03/16/2011 - 15:14:40: "Key Lime Tie[s] | so mad<299><STEAM_0:X:XXXXXXX><TERRORIST>" joined team "C$
L 03/16/2011 - 15:14:40: "Key Lime Tie[s] | so mad<299><STEAM_0:X:XXXXXXX><CT>" committed suicide wit$
L 03/16/2011 - 15:14:40: "| Arush55 | {DO}<303><STEAM_0:X:XXXXXXX><>" disconnected (reason "Connectio$
L 03/16/2011 - 15:14:40: [VOICE] [ERROR] CVoiceChannel already freed for client 1
L 03/16/2011 - 15:14:40: "| Arush55 | {DO}<316><STEAM_0:X:XXXXXXX><>" connected, address "76.180.204.$
L 03/16/2011 - 15:14:40: "| Arush55 | {DO}<316><STEAM_0:X:XXXXXXX><>" STEAM USERID validated
__________________
databomb is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-17-2011 , 00:32   Re: VoiceHook - Developer preview of something.
Reply With Quote #37

The first one is just an issue in the speex DLL, it's shown in the game client console as well.
I'll look into the latter two, the first is a minor issue, the other is just a warning.
__________________
asherkin is offline
ltgenkd
AlliedModders Donor
Join Date: Sep 2008
Old 03-19-2011 , 01:23   Re: VoiceHook - Developer preview of something.
Reply With Quote #38

How to set up the interface? Where is the code inserted?

Thanks, still a n00b at this coding stuff.
__________________
ltgenkd is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-19-2011 , 06:07   Re: VoiceHook - Developer preview of something.
Reply With Quote #39

Quote:
Originally Posted by ltgenkd View Post
How to set up the interface? Where is the code inserted?
Look at all the example plugins provided, it's all there.
__________________
asherkin is offline
grif_ssa
BANNED
Join Date: Apr 2008
Old 04-04-2011 , 20:55   Re: VoiceHook - Developer preview of something.
Reply With Quote #40

Hi asherkin, maybe you can help with this? its related to "voice"
http://forums.alliedmods.net/showthread.php?t=154241
grif_ssa is offline
Send a message via ICQ to grif_ssa
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode