|
From: Måns R. <ma...@ma...> - 2015-12-13 14:09:03
|
Eric Wong <nor...@yh...> writes:
> R Kimber <ric...@bt...> wrote:
>> If I use sox to convert a 16 bit 44100 file to a 24 bit file, test.flac
>
> <snip>
>
>> But if I do sox test.flac -n stats I get (inter alia):-
>> Bit-depth 16/16
>> Num samples 21.6M
>>
>> Why is this?
The manual explains it:
The right-hand Bit-depth figure is the standard definition of
bit-depth i.e. bits less significant than the given number are fixed
at zero. The left-hand figure is the number of most significant
bits that are fixed at zero (or one for negative numbers) subtracted
from the right-hand figure (the number subtracted is directly
related to Pk lev dB).
The 16/16 figure reported simply means that the audio data could be
represented in 16 bits. Since it came from a 16-bit source, this should
be no surprise.
--
Måns Rullgård
|