File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Version History
22
3+ ## Version 1.0.0-rc.2 (2024-03-07)
4+
5+ - Changed: the AudioContext will continue playing if it is dropped (use ` close() ` instead)
6+ - Apply AudioParamDescriptor validations
7+ - Apply limits of compound AudioParams
8+ - Fix AudioParam rounding errors
9+ - Fix k-rate AudioParams not always delivering constant value
10+ - Fixed a panic while rendering AudioParams with dynamic lifetimes
11+ - Disallow constructing an AudioBuffer with length zero
12+
313## Version 1.0.0-rc.1 (2024-02-24)
414
515- Breaking: the AudioProcessor trait is now superseded by AudioWorkletProcessor
Original file line number Diff line number Diff line change 11[package ]
22name = " web-audio-api"
3- version = " 1.0.0-rc.1 "
3+ version = " 1.0.0-rc.2 "
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