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 dff5c68 commit 0179465Copy full SHA for 0179465
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Version History
2
3
-## Unreleased
+## Version 1.2.0 (2025-01-16)
4
5
- ConvolverNode: support multi channel configurations
6
- AudioContext construction with invalid sinkId now panics instead of ignoring
Cargo.toml
[package]
name = "web-audio-api"
-version = "1.1.0"
+version = "1.2.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