Wine will install and run the ventrilo VOIP client very well. To get this working, follow these steps:
apt-get install wine wine-dev msttcorefonts
download ventrilo-3.0.5-Windows-i386.exe
run “wincfg” to prepare things
run “wine ventrilo-3.0.5-Windows-i386.exe”
(go through the install, using all the defaults)
Now, everything works with one quirk.
Push to talk works only when the ventrilo window “has focus”
This is somewhat understandable, but annoying, in that you have
to focus the ventrilo window before you can talk.
The other option is to use voice-detection, but that takes up a bit more cpu-time, and you may accidentally broadcast something you don’t want to.
A program that listens for keypreses and directs them to the ventrilo window fixes this problem:
http://np1.pp.fi/ventriloctrl/
http://np1.pp.fi/ventriloctrl/ventriloctrl-0.3.tar.gz
To compile it, you’ll need xorg headers:
sudo apt-get install xorg-dev