Re: Can not get capture to work with current version
Chris Robinson <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, November 10, 2010 6:04:36 pm Bruce Clay wrote: > I am working on an audio application based on OpenAL I tried several > versions and add-ons then finally settled on openal-soft. I downloaded > openal-soft-1.12.854.tbz2 and built the library. I pieced together the > functions I needed and got the device enumeration and playback functions > working then started on capture. > > alcIsExtensionPresent(NULL, "ALC_EXT_CAPTURE") returns true but > alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER) returns and empty string Weird. That would imply that WinMM support was disabled. It would also explain why cAudio would work with its prebuilt library. Did CMake not say it was building with WinMM support? Anything about not finding winmm.h or such? There is a prebuilt DLL available for 32-bit Windows, BTW: http://kcat.strangesoft.net/openal-soft-1.12.854-bin.zip Any OpenAL app should work with it (as long as it's doesn't require an extension that's not supported). _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal