File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ## Version 0.42.0 (2024-02-05)
4
+
5
+ - Added MediaTrackConstraints.channelCount for multi-channel microphone input
6
+ - Fix: needless upmixing of AudioNode input channels for ` max ` and ` clampedMax ` interpretation
7
+ - Fix: AudioParam value not returned correctly before rendering has started
8
+ - Fix: eagerly panic for invalid AudioNode settings in constructors
9
+
3
10
## Version 0.41.1 (2024-01-11)
4
11
5
12
- Unified panic messages to format ` <JsErrorType> - <Actual message> `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.41.1 "
3
+ version = " 0.42.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