Skip to content

Commit e105222

Browse files
authored
Merge pull request #830 from ghenry/master
SamplesBuffer::new() example in CHANGELOG
2 parents 1427642 + 26c4f96 commit e105222

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5555
- `Sink` is now `Player`
5656
- `SpatialSink` is now `SpatialPlayer`
5757
- `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
5859
- `output_to_wav` renamed to `wav_to_file` and now takes ownership of the `Source`.
5960
- `Blue` noise generator uses uniform instead of Gaussian noise for better performance.
6061
- `Gaussian` noise generator has standard deviation of 0.6 for perceptual equivalence.

0 commit comments

Comments
 (0)