We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d03b6 commit 646c87bCopy full SHA for 646c87b
changelog.md
@@ -1,3 +1,10 @@
1
+# v0.10.1 - January 8, 2025
2
+
3
+- Fix spatial audio tracks immediately outputting non-spatialized audio if the
4
+ corresponding listener is dropped. This could result in unexpectedly loud
5
+ audio playback. Now if the listener is dropped, the spatial track will output
6
+ silence.
7
8
# v0.10 - January 1, 2025
9
10
## Buffered audio
crates/kira/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kira"
-version = "0.10.0"
+version = "0.10.1"
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
0 commit comments