So, I wrote the code to decompress a flac file using the C interface. Everything seems to work alright, except the sound doesn't play right... I have some questions about the write callback function...

Assuming a 16 bit mono sound, how should I copy the buffer out into my own buffer? Right now I'm simply copying the FLAC__int32* into my own FLAC__int32*...

Could this be an endian issue, or does FLAC take care of those.



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Flac-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-users

Reply via email to