Created attachment 2620[details]
adds feeders and basic menu changes for selecting openAL devices
2 patches attached
patch 1: adds feeders to ui.qvm to allow changing of Openal input and output
devices through the UI(slight bug it likes to open both combo boxes)
patch 2: adds some of the VOIP settings to ingame_options
depends on ioQuake3 ticket#4915
https://bugzilla.icculus.org/show_bug.cgi?id=4915
The last hunk of the QVM changes applies only with fuzz but appears to land in the right place. I don't think we've ever had a debug_protocol in tremulous though, so I'm a bit confused about where it came from.
The menu patch uses cl_voip for both the enable option, and the "Show Capture Meter" option.
The double-combobox thing presumably isn't your bug, but I'm also very hesitant to merge this without a fix for that first.
Created attachment 2621 [details] Voip settings into ingame_options
Comment on attachment 2620 [details] adds feeders and basic menu changes for selecting openAL devices Opps wrong one
Created attachment 2623 [details] OpenaAL ui.qvm changes