Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Feb 16, 2025
1 parent f2ccc6f commit 8c35949
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.10.4 - February 16, 2025

- Clamp all audio internally to the -1.0 to 1.0 range

From my testing, not all audio drivers clamp audio signals to the -1.0 to 1.0 range
before applying the operating system volume, so in cases where Kira would have previously
played sounds outside of that range, your application would play audio that's unexpectedly
loud for the operating system's volume setting. This change prevents Kira from playing
anything louder than it's "supposed" to.

# v0.10.3 - February 9, 2025

- Clamp some parameters to valid values
Expand Down
2 changes: 1 addition & 1 deletion crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kira"
version = "0.10.3"
version = "0.10.4"
authors = ["Andrew Minnich <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 8c35949

Please sign in to comment.