<br><br><div><span class="gmail_quote">2007/3/29, Josh Green &lt;<a href="mailto:josh@resonance.org">josh@resonance.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello FLAC list.</blockquote><div><br><br>Hi Josh, <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">As far as I know 24 bit FLAC support is broken.&nbsp;&nbsp;It often doesn&#39;t
<br>compress the audio at all, but instead stores the chunks as verbatim<br>type (although the FLAC format supports 24 bit).&nbsp;&nbsp;Perhaps this is fixed?</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If so, do let me know.&nbsp;&nbsp;</blockquote><div><br><br>I also want to know if this is fixed. <br></div><br><div><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I agree that perhaps 32 bit float/pcm isn&#39;t<br>entirely necessary when it comes to storing different qualities.&nbsp;&nbsp;But<br>when wanting to preserve floating point audio, I would think it would be<br>a nice feature.&nbsp;&nbsp;I believe 32 bit floats have a precision of 23 bits
<br>when the audio is +/- 1.0, so in theory that would mean that 24 bit<br>would have more precision but less dynamic range (if the floating point<br>range is outside of +/- 1.0).&nbsp;&nbsp;</blockquote><div><br>Is it possible to explain me a bit further what &quot;less dynamic range&quot; exactly means? Can this difference actually be heard and if yes, in what audio quality sources? I have just discovered FLAC and I&#39;m not an audio professional, but I wanted to know what the &quot;real&quot; difference between 32 bit float and 24 bit int precission is when comparing audio quality. And I&#39;m also guessing for reasons why WavPack actually uses 32 bit floats. Is it true then that FLAC is not completely lossless if you look at the encoder when using 24 bit int&#39;s vs. using 32 bit float&#39;s? Does this storage thing influences the audio quality of just regular Audio-CD quality (16 bits, 
44.1 kHz, stereo) after compression, because that&#39;s the main reason I use FLAC.<br><br>thanks in advance!<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The conversion to 24 bit would be a<br>problem in that case.<br><br>Best regards,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Josh Green<br><br><br>On Thu, 2007-03-29 at 12:07 -0700, Brian Willoughby wrote:<br>&gt; Hi Henry,<br>&gt;<br>&gt; 32-bit float has exactly the same precision as 24-bit int.&nbsp;&nbsp;I&#39;m not
<br>&gt; sure what the reference encoder does, but it would be possible to<br>&gt; write an encoder based on the FLAC library which converts 32-bit<br>&gt; float to 24-bit int when creating a FLAC-compressed file.&nbsp;&nbsp;You could
<br>&gt; also do the 32-bit float-to-24-bit int conversion with another tool<br>&gt; before using the standard flac encoder.&nbsp;&nbsp;There would be no loss of<br>&gt; data so long as the original audio does not exceed +-1.0 in floating
<br>&gt; point, in which case you&#39;d need some way to handle clipping.&nbsp;&nbsp;32-bit<br>&gt; float really only has an advantage for intermediate stages of audio<br>&gt; processing where it might not be a good thing to require clipping or
<br>&gt; peak limiting until a later stage.<br>&gt;<br>&gt; 32-bit int has more precision than 32-float, albeit less dynamic<br>&gt; range.&nbsp;&nbsp;However, there are no 32-bit A/D converters out there, and we<br>&gt; really only need about 
18.5 bits in any listening environment, so 32-<br>&gt; bit integer is not very useful.&nbsp;&nbsp;It shouldn&#39;t be difficult to write<br>&gt; an encoder/decoder which supports 32-bit integer.&nbsp;&nbsp;There is at least<br>&gt; one independent FLAC implementation, but I have no idea whether it is
<br>&gt; open-source or supports 32-bit.<br>&gt;<br>&gt; As it stands, FLAC is perfectly suited for compression and archival<br>&gt; of all original recordings and all final masters of audio material.<br>&gt; Only engineers and experimental researchers would need 32-bit for
<br>&gt; their intermediate storage, and I believe it is typical to not<br>&gt; compress intermediate storage anyway.&nbsp;&nbsp;In other words, there&#39;s no<br>&gt; real point for this support in FLAC, which is why it isn&#39;t there.
<br>&gt;<br>&gt; Do you have a specific need?&nbsp;&nbsp;... other than to see the support<br>&gt; listed as a bullet item on the feature list?<br>&gt;<br>&gt; Brian Willoughby<br>&gt; Sound Consulting<br>&gt;<br>&gt;<br>&gt; On Mar 29, 2007, at 10:24, Harry Sack wrote:
<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; I have read this on a forum:<br>&gt;<br>&gt; &#39;FLAC supports 24-bit audio fine. My understanding is that the FLAC<br>&gt; format also handles 32-bit ints, but the reference encoder does not
<br>&gt; implement it, and FLAC has no support for float data. WavPack handles<br>&gt; all integer bitdepths up to 32-bit and also 32-bit floats.<br>&gt;<br>&gt; Both codecs handle all sampling rates.&#39;<br>&gt;<br>&gt; I was wondering if there are plans to support 32-bit ints and float
<br>&gt; data in the future, like WavPack does.<br>&gt;<br>&gt; thanks in advance<br>&gt;<br><br><br></blockquote></div><br>