Hi Guys,

I'm wondering if it's possible to provide flac with the decoding buffer 
address.

I'm currently  doing a block aligned decoding and I'm copying all data 
given by flac in the write callback to my own buffer but would like to 
skip that step.

If not possible, would you at least consider allocating a memory aligned 
buffer ?
So far the pointer given by the write pointer containing frames are not 
16 or 32 bytes aligned disallowing the usage of aligned SSE loading. At 
least on the Windows platform.

Or

Maybe are the pointers given by the write callback valid until any other 
call ?

Thanks,
-- 
Olivier TRISTAN
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to