Displaying 4 results from an estimated 4 matches for "daniel_t".
2004 Sep 10
3
[Flac-users] Embedding the decoder... Sample code?
I'm looking for sample code for using flac in my program. I want to be
able to decode a flac file to PCM. Something like:
bool decodeFile( const char* pathNameOfFile, voud** data );
How would I complete the above function?
TIA
2004 Sep 10
0
[Flac-users] Embedding the decoder... Sample code?
--- Daniel Tartaglia <daniel_t@earthlink.net> wrote:
> I'm looking for sample code for using flac in my program. I want to
> be
> able to decode a flac file to PCM. Something like:
>
> bool decodeFile( const char* pathNameOfFile, voud** data );
>
> How would I complete the above function?
Have you...
2004 Sep 10
1
[Flac-users] Embedding the decoder... Sample code?
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
2004 Sep 10
1
[Flac-users] Flac linking woes...
On my Windows machine, when I try to link libFLAC.lib into my project,
it comes back with LNK2005 errors. Could it be that the .lib in
sourceforge has MSVCRTD.lib linked into it accidentally?