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.34.0 (2023-10-12)
4
+
5
+ - Breaking: many AudioNode setter methods now require ` &mut self ` instead of ` &self `
6
+ - Fix: all audio node settings are now applied in order in the audio graph
7
+ - Fix: render thread would crash when a PannerNode is removed
8
+ - Fixed and improved device ids for audio input/output devices
9
+ - Added current playhead position for AudioBufferSourceNode
10
+
3
11
## Version 0.33.0 (2023-07-27)
4
12
5
13
- Fix: clamp to number of output channels to 32 even if the hardware supports more to prevent runtime panics
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.33 .0"
3
+ version = " 0.34 .0"
4
4
authors = [" Otto <otto@ot-to.nl>" ]
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