File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Version History
22
3- ## To be released
3+ ## Version 1.0.0 (2024-09-10)
44
55- Breaking: MediaRecorder constructor now requires options (e.g. mime type)
66- Added MediaRecorder::is_type_supported to check if recording is supported for this mime type
7+ - Fixed the up/down-sampling of the WaveShaperNode
8+ - Fixed an infinite loop in AudioBufferSourceNode when using out-of-bound loop start/end values
9+ - Fixed AudioBufferSourceNode crashing or restarting on certain loop value changes
710
811## Version 0.45.2 (2024-06-12)
912
Original file line number Diff line number Diff line change 11[package ]
22name = " web-audio-api"
3- version = " 0.45.2 "
3+ version = " 1.0.0 "
44authors = [
" Otto <[email protected] >" ]
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