Skip to content

Commit a460c94

Browse files
committed
Prep up v0.38.0 release
1 parent c9bc08f commit a460c94

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Version History
22

3+
## Version 0.38.0 (2023-12-03)
4+
5+
- Breaking: `OfflineAudioContext::start_rendering_sync` takes `&mut` instead of `self`
6+
- Fix panic in AudioBufferSource when supplying buffer in options
7+
- Fix panic in Oscillator when supplying periodic wave in options
8+
- Fix panic in AudioContext for really low sample rates
9+
- Support up/down-mixing of all speaker layouts with 6 channels or less
10+
- Disallow channel merger/splitter configurations with more than 32 channels
11+
312
## Version 0.37.0 (2023-11-25)
413

514
- Added the AudioWorkletNode and AudioWorkletProcessor interfaces

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.37.0"
3+
version = "0.38.0"
44
authors = ["Otto <[email protected]>"]
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)