bit depth is not shown

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
youtao6256
Posts: 20
Joined: 21 Aug 2017 06:45

bit depth is not shown

Post by youtao6256 »

18.30 version, bit depth display normal,
01.jpg
01.jpg (428.24 KiB) Viewed 679 times

18.40 version, bit depth does not show up?
02.jpg
02.jpg (440.66 KiB) Viewed 679 times

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: bit depth is not shown

Post by highend »

This is not a bug, but an intended change:

viewtopic.php?p=152095#p152095

How to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak
One of my scripts helped you out? Please donate via Paypal

youtao6256
Posts: 20
Joined: 21 Aug 2017 06:45

Re: bit depth is not shown

Post by youtao6256 »

I would like to be able to change to 18.30 version, showing bit depth, can accept to open slowly.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: bit depth is not shown

Post by highend »

Em, read that linked posting, apply the tweak?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: bit depth is not shown

Post by admin »

youtao6256 wrote:I would like to be able to change to 18.30 version, showing bit depth, can accept to open slowly.

Code: Select all

    % Audio Properties: I could make retrieving audio properties much faster.
      This will be very notable when you use columns showing those properties.
      I did various things to achieve this. One of them (the most effective)
      involves that some properties might not be retrieved anymore for some
      files, e.g. the Bit Depth for MP3 files.
      To go back to the more complete but much slower previous way, you can use
      this new tweak:
        AudioPropsSecondTries=1
I did this change because you wanted it faster. Now you want it slow again? :eh: :)

Whatever, set this tweak:

Code: Select all

AudioPropsSecondTries=1
How to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: bit depth is not shown

Post by admin »

BTW, bit depth for MP3 does not seem to make much sense:

https://stackoverflow.com/questions/276 ... a-mp3-file

And: Did you ever see an MP3 file that had NOT 16-bit in that column?

To me it seems* that all MP3 files have 44.1KHz sample rate and a 16-bit depth — just like a CD.

* If that's really true (I'm not 100% sure yet -- help!) I could just write "16-bit" into that column -- that would be very quick.


I think the change from 18.30 to 18.40 was a good improvement. The speed is very important.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: bit depth is not shown

Post by highend »

all MP3 files have 44.1KHz sample rate
That's not a necessity. You can e.g. downsample it to 8KHz if you want...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: bit depth is not shown

Post by admin »

OK, and what about the 16-bit depth?

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: bit depth is not shown

Post by highend »

MP3 does not have a "bit depth" so I would leave that entry empty by default.
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60602
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: bit depth is not shown

Post by admin »

Yet the system returns "16" for all my MP3:

Code: Select all

text <prop "System.Audio.SampleSize">;
So just writing "16-bit" might be more satisfying for some users, and helps with sorting the column.

youtao6256
Posts: 20
Joined: 21 Aug 2017 06:45

Re: bit depth is not shown

Post by youtao6256 »

Very sorry, MP3 no "bit depth", so the 18.40 version is very good. Thank you

Post Reply