File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ## Version 1.0.0-rc.1 (2024-02-24)
4
+
5
+ - Breaking: the AudioProcessor trait is now superseeded by AudioWorkletProcessor
6
+ - Breaking: the RenderScope struct is renamed to AudioWorkletGlobalScope
7
+ - Added message port functionality to AudioWorkletNode and AudioWorkletProcessor
8
+ - Added OfflineAudioContext event handlers
9
+ - Added validation of AudioScheduledSourceNode start/stop actions
10
+ - Fixed a bug with min/max decibels in the AnalyserNode
11
+ - Fixed panic in AudioBufferSourceNode when duration exceeds buffer length
12
+
3
13
## Version 0.42.1 (2024-02-12)
4
14
5
15
- Add ` Debug ` implementation for all public facing items
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.42 .1"
3
+ version = " 1.0.0-rc .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