Merge pull request #625 from iluvcapra/patch-1

Update CHANGELOG.md
This commit is contained in:
David Kleingeld 2024-10-02 02:26:11 +02:00 committed by GitHub
commit 4aa0fd4667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Support for *ALAC/AIFF* - Support for *ALAC/AIFF*
- New test signal generator sources: - New test signal generator sources:
- `TestSignal` source generates a sine, triangle, square wave or sawtooth - `SignalGenerator` source generates a sine, triangle, square wave or sawtooth
of a given frequency and sample rate. of a given frequency and sample rate.
- `Chirp` source generates a sine wave with a linearly-increasing - `Chirp` source generates a sine wave with a linearly-increasing
frequency over a given frequency range and duration. frequency over a given frequency range and duration.