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 0.43.0 / 1.0.0-rc.5 (2024-04-15)
4
+
5
+ - Changed: renamed AudioNode::connect_at to connect_from_output_to_input
6
+ - Changed: renamed AudioNode::disconnect_from to disconnect_dest
7
+ - Added AudioNode::disconnect_output and disconnect_dest_from_output(to_input)
8
+ - Fix: AudioNode::disconnect() would clear all connections instead of only outgoing ones
9
+ - Fix: A panic is now thrown when attempting to disconnect an unconnected node
10
+
3
11
## Version 1.0.0-rc.4 (2024-04-13)
4
12
5
13
- Changed: enforce minimum 2k and maximum 384k Hertz sample rate for audio contexts
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.4 "
3
+ version = " 0.43.0 "
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