The truth about bit-depth (and digital audio ‘resolution’)

How to do this, that and the other. Share, learn, teach. How did X do that? How can I sound like Y?
Post Reply New Topic
RELATED
PRODUCTS

Post

Burillo wrote: Thu Feb 14, 2019 9:57 pm
Etienne1973 wrote: Thu Feb 14, 2019 9:56 pm Does binary keeps information partially intact when truncated instead decimal looses info completely?

For Example:

24Bit word truncated to 16Bit

1011 1111 0101 1101 1010 0110
____ ____ 0101 1101 1010 0110

decimal number truncated

1'200'377
120'037
"truncated decimal" would rather be 200377, not 120037. truncation starts from the top.
When I look at my example I can see a portion in binary looks still the same (so intact partially) but in decimal the number is a completely different after shortening.

Post

Etienne1973 wrote: Thu Feb 14, 2019 10:37 pm
Burillo wrote: Thu Feb 14, 2019 9:57 pm
Etienne1973 wrote: Thu Feb 14, 2019 9:56 pm Does binary keeps information partially intact when truncated instead decimal looses info completely?

For Example:

24Bit word truncated to 16Bit

1011 1111 0101 1101 1010 0110
____ ____ 0101 1101 1010 0110

decimal number truncated

1'200'377
120'037
"truncated decimal" would rather be 200377, not 120037. truncation starts from the top.
When I look at my example I can see a portion in binary looks still the same (so intact partially) but in decimal the number is a completely different after shortening.
that's because you did the truncation wrongly. you truncated binary from the top, but you've truncated decimal from the bottom. if you truncate it from the top, just like you do with binary, you'll keep "a portion of the information".

what you did:

1'200'377
120'037

what you should have done:

1'200'377
'200'377
I don't know what to write here that won't be censored, as I can only speak in profanity.

Post

edit

Post Reply

Return to “Production Techniques”