mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Redid changelog
This commit is contained in:
parent
97cf232798
commit
c541f35211
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ 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 sources:
|
||||||
|
- `fade_out` fades an input out using a linear gain fade.
|
||||||
|
- `linear_gain_ramp` applies a linear gain change to a sound over a
|
||||||
|
given duration. `fade_out` is implemented as a `linear_gain_ramp` and
|
||||||
|
`fade_in` has been refactored to use the `linear_gain_ramp`
|
||||||
|
implementation.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `SamplesBuffer` is now `Clone`
|
- `SamplesBuffer` is now `Clone`
|
||||||
|
|
Loading…
Reference in a new issue