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 t
able.
Should I file a bug for this?
Thanks,
Mark
- Original message -
From: Erik de Castro Lopo
To: flac-dev@xiph.org
Subject: Re: [flac-dev] warning that legacy WAVE file has format type 1 but
bits-per-sample is 24
Date: Sat, 27 May 2017 08:40:24 +1000
Mark H. David wrote:
> I