Skip to content

Commit 74b58e0

Browse files
committed
Prep up v0.34.0 release
1 parent 9a9daa7 commit 74b58e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
authors = ["Otto <otto@ot-to.nl>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)