Displaying 2 results from an estimated 2 matches for "176bytes".
Did you mean:
16bytes
2004 Sep 10
3
FLAC status
Hi,
How's the testing going? I compressed 194 individual .wav files
(totaling 8.54GB) which contained tracks ripped from many varied albums. I
unflacced them and compared their md5 signature with the same from the
original .wav. They were all perfect. I didn't use the -V option just in
case of any chance of mis-reporting. I hope to test it with the complete
collection of ~41GB
2004 Sep 10
0
Possible bug
...ta chunk
without using another WAVE chunk. I've committed the
fix (in src/flac/encode.c). it should now ignore
anything after the end of the data chunk.
Josh
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote:
> Hi,
> I have a large wav file generated by SoundForge.
> The last 176bytes of
> the file are some sort of comment inserted by
> SoundForge. The length field
> in the wav "data" chunk correctly specify the data
> length as:
>
> <file-size> - (full wav header size) 44 - 176
>
> However, flac seems to ignore this and compresses
>...