You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: