We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1427642 + 26c4f96 commit e105222Copy full SHA for e105222
1 file changed
CHANGELOG.md
@@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
- `Sink` is now `Player`
56
- `SpatialSink` is now `SpatialPlayer`
57
- `StreamError` is now `OsSinkError`
58
+ - `SamplesBuffer::new(1, 16000, samples)` would now look like `SamplesBuffer::new(nz!(1), nz!(16000), samples)` using the new `nz!` macro
59
- `output_to_wav` renamed to `wav_to_file` and now takes ownership of the `Source`.
60
- `Blue` noise generator uses uniform instead of Gaussian noise for better performance.
61
- `Gaussian` noise generator has standard deviation of 0.6 for perceptual equivalence.
0 commit comments