Re: Re: blocking / non-blocking capturing
Chris Robinson <[email protected]> Sat, 28 Jul 2012 15:56:21 -0700
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On 07/28/2012 01:41 PM, Philipp Kraus wrote: > If I show my l_buffer values, it generates always the same data, so it > seems, I have created an error dyring the alcCaptureSamples > or the interface results wrong data. I have initializate my interface > with the sampling frequency 44.1k and mono 8 bit. The interface is named > on OSX with "CoreAudio Default". If you're capturing 8-bit, then you need to store it using ALubyte instead of ALshort. If the data it captures is always silence (values are all near 128), then check to make sure other OSX apps can properly capture audio. Make sure also that you've called alcCaptureStart(l_capturedevice), and that no errors are being generated (check alcGetError(l_capturedevice)). _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal