Skip to content

Commit d6caae7

Browse files
committed
Prep up v1.1.0 release
1 parent 0da4684 commit d6caae7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Version History
22

3-
## Unreleased
3+
## Version 1.1.0 (2024-12-11)
44

55
- Increase MSRV to 1.76
6+
- Greatly improved the ConvolverNode performance for large impulse responses
7+
- Fix AudioBufferSourceNode reverse playback
68
- Implement sub-sample AudioBufferSourceNode stitching
79

810
## Version 1.0.1 (2024-09-18)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Otto <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)