search for: flac__waveencoder

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

2004 Sep 10
1
flac-1.0.3_beta released
...is > * would also break all streams encoded in the previous format. > */ > > (massive bit-twiddling follows) > > As long as you're breaking API compatibility, why not fix this? I pushed this out to 1.0.4. I plan to add a FLAC__FileEncoder and on top of that a FLAC__WAVEEncoder or something like that. > 3. 'metadata --remove-vc-all' corrupts the target file if there is > any > VORBIS_COMMENT block present. 'metadata' can still read the file, > but > decoding errors out with FLAC__STREAM_DECODER_ERROR_LOST_SYNC. This > seems to be perma...
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the candidate for the 1.0.3 release. At this time I would ask anyone who is willing to help test it to do the following: 1. download the tarball and unzip it: http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download 2. do ./configure && make && make check This will build all code and run all the tests.