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 1
1
# Version History
2
2
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
+
3
13
## Version 1.0.0-rc.1 (2024-02-24)
4
14
5
15
- Breaking: the AudioProcessor trait is now superseded by AudioWorkletProcessor
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.1 "
3
+ version = " 1.0.0-rc.2 "
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