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 11# Version History
22
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+
313## Version 0.42.1 (2024-02-12)
414
515- Add ` Debug ` implementation for all public facing items
Original file line number Diff line number Diff line change 11[package ]
22name = " web-audio-api"
3- version = " 0.42 .1"
3+ version = " 1.0.0-rc .1"
44authors = [" Otto <otto@ot-to.nl>" ]
55edition = " 2021"
66description = " 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