We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d346cfa commit be29a3fCopy full SHA for be29a3f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+# Version 0.20.0 (2024-11-08)
11
+
12
### Added
13
- Support for *ALAC/AIFF*
14
- Add `automatic_gain_control` source for dynamic audio level adjustment.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rodio"
3
-version = "0.19.0"
+version = "0.20.0"
4
license = "MIT OR Apache-2.0"
5
description = "Audio playback library"
6
keywords = ["audio", "playback", "gamedev"]
0 commit comments