Skip to content

Commit a56b888

Browse files
committed
Prep up v0.33.0 release
1 parent 51d50c7 commit a56b888

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Version History
22

3+
## Version 0.33.0 (2023-07-27)
4+
5+
- Fix: clamp to number of output channels to 32 even if the hardware supports more to prevent runtime panics
6+
- Fix: prevent a render thread panic if the audio graph is not fully initialized yet
7+
- Fix: rename AudioDestination max_channels_count to max_channel_count
8+
- Fix: AudioBufferSourceNode is now Send + Sync
9+
- Change AudioProcessor::onmessage signature to prevent deallocations
10+
- Add garbage collector thread as sidecar of the render thread to handle some deallocations
11+
312
## Version 0.32.0 (2023-07-16)
413

514
- Fix for some audio node settings being applied out of order

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
authors = ["Otto <otto@ot-to.nl>"]
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)