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 abf8859 commit 94fad63Copy full SHA for 94fad63
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Version History
2
3
+## Version 0.36.0 (2023-10-20)
4
+
5
+- Disable floating point denormals in audio processing via processor flags
6
+- Do not spawn a garbage collector thread for an OfflineAudioContext
7
+- AudioParam now derives `Clone`
8
9
## Version 0.35.0 (2023-10-18)
10
11
- Fix: panic when creating and dropping PannerNodes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "0.35.0"
+version = "0.36.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