[Openal-devel] extracting wav samples from a buffer

jeffmo77 jeffmo77 at gmail.com
Thu Nov 27 09:24:07 PST 2008


I'm fairly new to OpenAL.  I'm streaming some basic *.wav audio data using 4
buffers at a time of size 1024 each.  I'd like to apply some convolution EQ
filtering on the audio, but the code I'm trying to use processes the data on
a per audio sample basis.  

Can somebody help me figure out how to sequentially read out each individual
sample and process it before stuffing it back into the buffer?  All this
should happen just prior to the queue for playback.

should I be using fread()?

Thanks
-- 
View this message in context: http://www.nabble.com/extracting-wav-samples-from-a-buffer-tp20715546p20715546.html
Sent from the OpenAL - Dev mailing list archive at Nabble.com.



More information about the Openal-devel mailing list