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 da7727d commit 2796013Copy full SHA for 2796013
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Version History
2
3
+## Version 0.35.0 (2023-10-18)
4
+
5
+- Fix: panic when creating and dropping PannerNodes
6
+- Improved performance of setting panning mode to HRTF
7
8
## Version 0.34.0 (2023-10-12)
9
10
- Breaking: many AudioNode setter methods now require `&mut self` instead of `&self`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "0.34.0"
+version = "0.35.0"
authors = ["Otto <otto@ot-to.nl>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
0 commit comments