search for: flac__file_encoder_new

Displaying 2 results from an estimated 2 matches for "flac__file_encoder_new".

Did you mean: flac__file_decoder_new
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...libFLAC/file_encoder.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/libFLAC/file_encoder.c 2005-05-25 16:07:27.000000000 +0200 @@ -98,7 +98,7 @@ FLAC_API const char * const FLAC__FileEn * ***********************************************************************/ -FLAC_API FLAC__FileEncoder *FLAC__file_encoder_new() +FLAC_API FLAC__FileEncoder *FLAC__file_encoder_new(void) { FLAC__FileEncoder *encoder; --- src/libFLAC/file_decoder.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/libFLAC/file_decoder.c 2005-05-25 16:07:27.000000000 +0200 @@ -51,7 +51,7 @@ *********************************************...
2006 Jul 02
2
Problems when using libFLAC to encode 24 bit content
Hi everybody, We have FLAC supported for input/output in REAPER (http://www.reaper.fm), and the problem is that when writing 24 bit FLAC files, the data isn't compressed (i.e. the FLAC is slightly larger than if it was writing to .WAV). The files play back fine, however, and 16 bit mode works great. We're using flac-1.1.2, built on win32 with MSVC6 w/ SP5 + VCPP, and NASM version 0.98.39