Status bar and playlist view show 24-bit depth for DSD files
Status: Inactive
Brought to you by:
manisiutkin
The status bar and playlist view show that DSD files have a bit depth of 24. This is incorrect, as it should be 1 bit. The sample rate is correct, 2.8224 MHz. Is there a way for me to detect DSD and correct the bit depth? For example, an HDCD file can be detected with $if(%__hdcd%,...
Anonymous
24 bit depth for DSD is a kind of trade-off. Foobar's converter doesn't get 1 bit source. You can detect DSD by samplerate, don't you?
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Thanks for the idea. This statement works:
$ifequal($info(samplerate),2822400,1 bit,$if2($info(bitspersample) bits,16 bits))