File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ## Version 1.0.0-rc.3 (2024-04-02)
4
+
5
+ - Breaking: ChannelConfigOptions is renamed to AudioNodeOptions
6
+ - Fix WaveShaperNode: do not emit silence for non-centric curve
7
+ - Fix DynamicsCompressorNode: handle channel constraints
8
+ - Fixed error messages and constraints for DestinationNode and ChannelSplitter/MergerNode
9
+
3
10
## Version 1.0.0-rc.2 (2024-03-07)
4
11
5
12
- Changed: the AudioContext will continue playing if it is dropped (use ` close() ` instead)
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 1.0.0-rc.2 "
3
+ version = " 1.0.0-rc.3 "
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