DSD playback is staticky unless DSD_DECIMATE is disabled #367
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#367
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe
DSD playback is staticky unless
DSD_DECIMATE
is redefined to0
inChunkList.h
. IfDSD_DECIMATE
is defined to0
, output level drops to "SACD 0dB" (aka -6dB) as expected, but output quality is good.To Reproduce (delete if not applicable)
Steps to reproduce the behavior:
Expected behavior
Playback should be free of static or other artifacts.
Version information:*
Confirmed, this is fixed now. I suppose audio is still at -6dB compared to PCM; I've opened #368 as a feature request related to this.
It's really not -6 dB compared to PCM. The filter the decimator uses has a +6 dB gain anyway, which is why I correct it on output.