PDA

View Full Version : TeamSpeak Helper version 1.1


nedko
27-04-2006, 11:43
TeamSpeak Helper version 1.1 (http://nedko.arnaudov.name/soft/tsh/)

Goals:
- enable/disable player sound when someone speaks in TeamSpeak
- provide info about who is currently talking, with history

This application currently can control only Winamp.

There are two approaches to enabling/disabling winamp.
The first is to change winamp volume, the seconds is to pause/play.
Both methods are implemented but the method used cannot be changed
runtime, only compile time.

Currently info about who is speaking is provided using
OutpuDebugString and can be view using tool such as DebugView
(http://www.sysinternals.com/) (http://www.sysinternals.com/%29). This feature is useful if you
have two monitors.

This application hooks into TeamSpeak window and watches for the tree
view messages. It is beleived that this allows faster detection of
player talk status changes because the TeamSpeak SDK allows only
polling for this information.