Re: Several capture devices in parallel
Chris Robinson <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On Friday 22 January 2010 2:26:21 am HAAS Christian wrote: > > The wrap_oal.dll component only supports one capture device at a time. > > Hm, thats bad for me; Seems like I'll have to use an OS specific API > then... Is support for multiple capture devices in parallel planned, or > generally not to be expected (in the near future)? FWIW, OpenAL Soft should be able to open and use multiple capture devices at once. You'll have to use it directly and bypass the OpenAL32 router though, since that seems to enforce one capture device at a time (unless that's been changed?). http://kcat.strangesoft.net/openal.html The Win32 binary package provides soft_oal.dll, which you can rename to OpenAL32.dll and place next to the app's executable. It's ABI compatible, so the headers and .lib you already have will work. _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal