Update CHANGELOG.md

Forgot to change the name of the SignalGenerator struct here 😣
This commit is contained in:
Jamie Hardt 2024-10-01 09:40:30 -07:00 committed by GitHub
parent 1d95a5ca45
commit b7e67c10d3
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
- Support for *ALAC/AIFF*
- 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.
- `Chirp` source generates a sine wave with a linearly-increasing
frequency over a given frequency range and duration.