-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dr14 shows only one bit depth / sample rate in case when folder contains FLAC files with different specs #85
Comments
Some news about this bug? |
@rodfeli
|
- version bumped to 1.1.0rc2 - "News" footer is shown when run without arguments - if tracks have varying sampling rates and bits per sample, this is explicitly stated in the report - simon-r#85 - readme updated - updated copyright
The perfect way to implement exact specs would be like foobar2000 does it. It adds result line and tech data for each different sampling rate or bit depth and average bitrate is calculated only for tracks with the same sample_rate/bit_depth. For example:
Another way is adding exact sampling rate and bit depth for each track: |
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: