pcm/Volume: improved dithering

Instead of just adding a rectangular random value before shifting back
to the normal scale, use the existing PcmDither library.
This commit is contained in:
Max Kellermann
2013-12-22 17:39:26 +01:00
parent 394e2815db
commit afcf0795c4
6 changed files with 59 additions and 22 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@ ver 0.19 (not yet released)
- new commands "addtagid", "cleartagid"
* input
- alsa: new input plugin
* filter
- volume: improved software volume dithering
* new resampler option using libsoxr
ver 0.18.6 (2013/12/24)