-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello!
When I use this tool on the folder that include files with different specs it shows only set of files with same sample rate unless next file has different sample rate. Then there is horizontal separation "=" line between them. But when next file has different bit depth, it doesn't append horizontal separation "=" line to the log though it has different bit depth.
For example:
File 1 is 16/44.1
File 2 is 16/48
File 3 is 24/44.1
It shows all the files, each file has different sample rate that is true, there is horizontal separation "=" line between each of them.
But doesn't show bit depth of each file.
or
File 1 is 16/44.1
File 2 is 24/44.1
I think there should be horizontal separation "=" line between them, because they have different bit depth, but there isn't.
Thanks!