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 11# Version History
22
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+
311## Version 0.33.0 (2023-07-27)
412
513- 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 11[package ]
22name = " web-audio-api"
3- version = " 0.33 .0"
3+ version = " 0.34 .0"
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