LWJGL Forum

Programming => OpenAL => Topic started by: NateS on November 18, 2008, 08:43:14

Title: does OpenAL support multiple mics?
Post by: NateS on November 18, 2008, 08:43:14
Two questions:
1) Does OpenAL support opening more than one microphone at the same time?
2) Since OpenAL refers to devices by name and not an ID or number, what is the expected behavior when two devices have the same name?

I tried to test to find the answer to #1, but I only have USB microphones of the same model, so they have the same name. In this screenshot you can see in the center System Preferences is open showing my two connected mics with the same name. In the bottom right you see that OpenAL only recognizes one of these, and in the bottom left you see the code that logged the messages:

(http://singthegame.com/misc/openalmultimic.png)

This is very important to me, because if OpenAL can't handle more than one mic or can't handle multiple identical devices, I won't be able to use it for my game. :(
Title: Re: does OpenAL support multiple mics?
Post by: Matzon on November 18, 2008, 08:59:56
sorry, no idea :/ - try the openal mailing list
Title: Re: does OpenAL support multiple mics?
Post by: NateS on November 18, 2008, 09:28:48
I supposed the behavior I'm seeing pretty much speaks for itself. I'll have to ditch OpenAL. :(