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 1
1
# Version History
2
2
3
- ## To be released
3
+ ## Version 1.0.0 (2024-09-10)
4
4
5
5
- Breaking: MediaRecorder constructor now requires options (e.g. mime type)
6
6
- 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
7
10
8
11
## Version 0.45.2 (2024-06-12)
9
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.45.2 "
3
+ version = " 1.0.0 "
4
4
authors = [" Otto <otto@ot-to.nl>" ]
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