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 5df8d11 commit 9a9e15cCopy full SHA for 9a9e15c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Version History
2
3
+## Version 0.45.0 (2024-05-06)
4
+
5
+- Changed: AudioContext::render_capacity now returns owned AudioRenderCapacity instead of ref
6
+- Added AudioParamValues.keys iterator
7
8
## Version 0.44.0 (2024-04-22)
9
10
- Fix regression: ensure all async fns return a Send + Sync Future object
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "0.44.0"
+version = "0.45.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