mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 21:22:36 +00:00
Update CHANGELOG.md
Forgot to change the name of the SignalGenerator struct here 😣
This commit is contained in:
parent
1d95a5ca45
commit
b7e67c10d3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue