Bug 4915 - Add Input device changing capability to openAL
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Sound
Version: GIT MASTER
Hardware: PC All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks: 4916
 
Reported: 2011-02-27 20:41 EST by slacker
Modified: 2011-03-09 08:00:52 EST
1 user (show)

See Also:


Attachments
OpenAL changes (4.35 KB, patch)
2011-02-27 20:48 EST, slacker
Described new cvars in README. (685 bytes, patch)
2011-03-07 23:33 EST, Zack Middleton

Description slacker 2011-02-27 20:41:48 EST
this patch includes the following changes
  * displays all output devices not just the default sound daemon devices
  * creates a list of capture devices and allows the user to change to a
    different device like the output code does
Comment 1 slacker 2011-02-27 20:48:07 EST
Created attachment 2622 [details]
OpenAL changes
Comment 2 Zack Middleton 2011-03-07 23:33:33 EST
Created attachment 2630 [details]
Described new cvars in README.

Added new cvars to README.
Comment 3 Thilo Schulz 2011-03-09 08:00:52 EST
committed in r1916. I liked your patch, the only hitch is that the new ALC_ALL_DEVICES_SPECIFIER only works with the ALC_ENUMERATE_ALL_EXT extension, which I added a check for (r1918)