[Openal] Capture audio, send to output source

Darren Rook route66 at gmail.com
Tue Jul 29 11:52:49 PDT 2008


On Tue, Jul 29, 2008 at 1:17 PM, Jason Daly <jdaly at ist.ucf.edu> wrote:

>> I am trying to capture input audio and play it back to the output
>> source with minimal delay.  But no matter what I do, this doesn't
>> work.  There is always gaps in the middle while the buffers are
>> filled.  Does anyone have example code of doing this?  Is this even
>> possible?
>>
>> I understand that it might not be possible to buffer incoming audio
>> fast enough, and I can live with that - but I can't live with the loud
>> 'pop' that OpenAL makes whenever it starts playing audio which happens
>> if I have to restart the audio if the buffers didn't hold out long
>> enough.
>>
>
> Which implementation/platform are you using?

Thanks for your response.  I am using the standard 1.1 SDK on Windows.
 I am not using ALUT (not sure If I need to), I am using the alc()
functions.

I am new to OpenAL and have recently learned that the Soft OpenAL is
the maintained version?


More information about the Openal mailing list