Skip to content

Commit 237e667

Browse files
committed
Prep up v0.32.0 release
1 parent 97c13be commit 237e667

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.32.0 (2023-07-16)
4+
5+
- Fix for some audio node settings being applied out of order
6+
- Fix setting the ChannelCountMode for the OfflineAudioContext destination node
7+
- Fix and extend AAC/M4A/ALAC decoding
8+
- Fix broken MediaElementSourceNode for multi-channel output
9+
- Updated Minimum Supported Rust Version (MSRV) to 1.70
10+
311
## Version 0.31.0 (2023-06-25)
412

513
- Avoid allocations in Waveshaper node for real-time safety

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.31.0"
3+
version = "0.32.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)