File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
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
+
3
11
## Version 0.31.0 (2023-06-25)
4
12
5
13
- Avoid allocations in Waveshaper node for real-time safety
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.31 .0"
3
+ version = " 0.32 .0"
4
4
authors = [
" Otto <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
You can’t perform that action at this time.
0 commit comments