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.41.1 (2024-01-11)
4
+
5
+ - Unified panic messages to format ` <JsErrorType> - <Actual message> `
6
+ - Unified README.md and crate level docs
7
+ - Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
8
+ - Fix: AudioParam automationRate does not instantly update on the control thread
9
+ - Fix: AudioParam better handling of non finite values in arguments
10
+ - Fix: Panic at Analiser initialization for some combinations of min/maxDecibel
11
+
3
12
## Version 0.41.0 (2024-01-04)
4
13
5
14
- Fix BaseAudioContext onChangeState to signal device readiness
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.41.0 "
3
+ version = " 0.41.1 "
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