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 11# Version History
22
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+
310## Version 1.0.0-rc.2 (2024-03-07)
411
512- Changed: the AudioContext will continue playing if it is dropped (use ` close() ` instead)
Original file line number Diff line number Diff line change 11[package ]
22name = " web-audio-api"
3- version = " 1.0.0-rc.2 "
3+ version = " 1.0.0-rc.3 "
44authors = [" Otto <otto@ot-to.nl>" ]
55edition = " 2021"
66description = " 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