simon-r / dr14_t.meter

Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation
http://dr14tmeter.sourceforge.net
GNU General Public License v3.0
125 stars 33 forks source link

dr14 shows only one bit depth / sample rate in case when folder contains FLAC files with different specs #85

Open maplee0 opened 8 months ago

maplee0 commented 8 months ago

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.

rodfeli commented 4 months ago

Some news about this bug?