Skip to content

Commit 5286b13

Browse files
committed
docs: update changelog
1 parent b09eb5b commit 5286b13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- `&Path` and `PathBuf` - Convenient file path decoding with format hints
3737
- `TryFrom<BufReader<R>>` and `TryFrom<Cursor<T>>` now use `DecoderBuilder` with optimized settings
3838
instead of basic `Decoder::new()` - enabling seeking and byte length detection where possible.
39+
- Added audio dithering support with `dither` feature (enabled by default):
40+
- Four dithering algorithms: `TPDF`, `RPDF`, `GPDF`, and `HighPass`
41+
- `DitherAlgorithm` enum for algorithm selection
42+
- `dither()` function for applying quantization noise shaping
3943

4044
### Changed
4145
- `Blue` noise generator uses uniform instead of Gaussian noise for better performance.

0 commit comments

Comments
 (0)