Hello!
When it's run in folder that contains files with different specs it returns only one bit depth / sample rate for all of them.
python3 "./dr14_tmeter.py" "$PWD"
For example:
File 1.flac is 16 bit / 44.1 kHz
File 2.flac is 16 bit / 48 kHz
File 3.flac is 24 bit / 96 kHz
Result log will include all these files, but it shows that all these files are 16 bit / 44.1 kHz.
Hello! When it's run in folder that contains files with different specs it returns only one bit depth / sample rate for all of them. python3 "./dr14_tmeter.py" "$PWD" For example: File 1.flac is 16 bit / 44.1 kHz File 2.flac is 16 bit / 48 kHz File 3.flac is 24 bit / 96 kHz
Result log will include all these files, but it shows that all these files are 16 bit / 44.1 kHz.