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 1.0.0-rc.4 (2024-04-13)
4
+
5
+ - Changed: enfore minimum 2k and maximum 384k Hertz sample rate for audio contexts
6
+ - Added the ScriptProcessorNode
7
+ - Fix: all events are now dispatched for OfflineAudioContext
8
+ - Fix: BiquadFilter/IIRFilterNode freq response return NaN for invalid frequencies
9
+ - Fix: do not allow length 0 for OfflineAudioContext and AudioBuffer
10
+
3
11
## Version 1.0.0-rc.3 (2024-04-02)
4
12
5
13
- Breaking: ChannelConfigOptions is renamed to AudioNodeOptions
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.3 "
3
+ version = " 1.0.0-rc.4 "
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