decoder/dsf: fix noise at end of malformed file
Read one block at a time. This discards the last partial block, which cannot be interleaved anyway. Previously, uninitialised memory was used to interleave the last block, which generated some noise.
This commit is contained in:
1
NEWS
1
NEWS
@@ -43,6 +43,7 @@ ver 0.19 (not yet released)
|
||||
- audiofile: log libaudiofile errors
|
||||
- dsdiff, dsf: report bit rate
|
||||
- dsf: support DSD512
|
||||
- dsf: fix noise at end of malformed file
|
||||
- sndfile: support scanning remote files
|
||||
- sndfile: support tags "comment", "album", "track", "genre"
|
||||
- mp4v2: support playback of MP4 files.
|
||||
|
Reference in New Issue
Block a user