Hello,
I would like to know how I can display the number of BITS that are used in my audio files.
I have wav and flac files with both 16 and 24 bits and frequency from 44.1 to 192 kHz.
I have been looking at the field and information names in the list of values and found FREQUENCY for the sample rate but I can not seem to find a field containing the number of bits.
Chip
Isn't that %_samplerate%?
This field can only be seen if it is written by the converter.
%_samplerate% gives the same value as Frequency
44.1 or 48 or or 88.2 or 96 or 174.4 or 192 or ...
I am looking for the number of bits in the sample, such as
16 or 24
see http://www.mp3tag.de/en/changelog.html
for bitspersample (version 2.73)
Hello,
GOT IT!!
And it is working as I want it to work.
THANKS,
Chip