Search found 1 match

by tinskip
Wed Jun 16, 2021 11:37 pm
Forum: Windows
Topic: How to check if a file is a "real" 24bit?
Replies: 9
Views: 704

Re: How to check if a file is a "real" 24bit?

Here is a simple test based on the idea that an audio file won't compress well as data. A file just "converted" from 16 to 24 bits will contain a lot of redundant least-significant 0 bits since the samples will just have been left-shifted by 8 bits. First decompress a single channel to PCM using ffm...