File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
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
+
3
12
## Version 0.37.0 (2023-11-25)
4
13
5
14
- Added the AudioWorkletNode and AudioWorkletProcessor interfaces
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.37 .0"
3
+ version = " 0.38 .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