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 e91059c commit 3a7687dCopy full SHA for 3a7687d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Version History
2
3
+## Version 0.39.0 (2023-12-27)
4
+
5
+- Added async OfflineAudioContext methods: startRendering, suspend and resume
6
+- Added sync OfflineAudioContext methods: suspend
7
+- Added BaseAudioContext::onStateChange
8
9
## Version 0.38.0 (2023-12-03)
10
11
- Breaking: `OfflineAudioContext::start_rendering_sync` takes `&mut` instead of `self`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "0.38.0"
+version = "0.39.0"
authors = ["Otto <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
0 commit comments