Page 2 of 2
Re: Voice chat
Posted: Wed Jan 16, 2008 8:27 am
by Joao Lucas
Very nice, Arma! You have my support!
Re: Voice chat
Posted: Sat Jan 19, 2008 12:19 am
by Armaphage
Well, I looked at this the other night. I got the necessary code to compile, but it doesn't seem to be able to link with Mumble. The error reported indicates that Quake is unable to open the virtual file that the Mumble link plugin creates. I'm guessing that for some reason the virtual file is never getting created by Mumble.
I'll probably get around to posting a message to the Mumble forum about it one of these days.
Re: Voice chat
Posted: Sun Mar 23, 2025 9:31 pm
by Wolf
Necroing this topic... what's everyone's interest in playing with positional audio [Mumble]?
I'm currently using Quake's Mark V client as a test ground to learn writing Mumble positional audio plugins with what little I know of C++ (mostly a Python guy here).
Figured out memory addresses pointers, and the sound source does move in my testing, but still have a few bugs/vector troubleshooting to work out yet.
I can host the Mumble server and provide the plugins for this to happen, once I get that sorted out.

Re: Voice chat
Posted: Wed Mar 26, 2025 11:18 am
by gulliver-trans
This is like... hearing another player's voice from the position of their avatar? That'd be pretty cool. Maybe a walkie-talkie filter/distortion effect (complete with static switch-on sounds and beeps) for "distance" chat.
Re: Voice chat
Posted: Wed Mar 26, 2025 12:24 pm
by Wolf
gulliver-trans wrote: ↑Wed Mar 26, 2025 11:18 am
This is like... hearing another player's voice from the position of their avatar? That'd be pretty cool. Maybe a walkie-talkie filter/distortion effect (complete with static switch-on sounds and beeps) for "distance" chat.
Yep, like that. L/R channels (or [virtualized] surround sound), as well as distance attenuation.
While I get your idea for static/radio sounds (ArmA 2/3/Reforger player here), I'm not that skilled.
However, Mumble allows you to set minimum & maximum distance values, as well as a minimum volume (0-100%) to allow you to tailor your preferences on just how quiet people get as they become further away.
Re: Voice chat
Posted: Wed Mar 26, 2025 6:33 pm
by gulliver-trans
Oh I guess a minimum volume works too.