pcm/Export: DSD_U32 quarters the sample rate

DSD_U32 packs four bytes instead of one large "sample", thus the
sample rate is one quarter of the input sample rate.  This fixes a
rather critical DSD_U32 playback problem.
This commit is contained in:
Max Kellermann
2017-01-11 10:06:27 +01:00
parent c143adba91
commit 2b43ceb6c6
3 changed files with 17 additions and 0 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.20.2 (not yet released)
* decoder
- flac: add options "probesize" and "analyzeduration"
* output
- alsa: fix the DSD_U32 sample rate
ver 0.20.1 (2017/01/09)
* input