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 0da4684 commit d6caae7Copy full SHA for d6caae7
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Version History
2
3
-## Unreleased
+## Version 1.1.0 (2024-12-11)
4
5
- Increase MSRV to 1.76
6
+- Greatly improved the ConvolverNode performance for large impulse responses
7
+- Fix AudioBufferSourceNode reverse playback
8
- Implement sub-sample AudioBufferSourceNode stitching
9
10
## Version 1.0.1 (2024-09-18)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "1.0.1"
+version = "1.1.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