File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments