Displaying 1 result from an estimated 1 matches for "1224985".
Did you mean:
1223985
2017 May 26
2
warning that legacy WAVE file has format type 1 but bits-per-sample is 24
Hello,
I've tried encoding a FLAC file from a WAVE file saved with
24-bits-per-sample, using the flac executable. I get this warning:
WARNING: legacy WAVE file has format type 1 but bits-per-sample=24
The code is currently here on line 373:
src/flac/encode.c
where the comment says
let these slide with a warning since they're unambiguous
I do not really understand the warning