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.31.0 (2023-06-25)
4
+
5
+ - Avoid allocations in Waveshaper node for real-time safety
6
+ - Improvements for the JACK audio host
7
+ - Document ALSA limitations for low latencies, and add fallback to examples
8
+ - Improve real-time safety of the render thread by using bounded channels
9
+ - Improve our usage of atomics
10
+ - Update to Rust edition 2021
11
+
3
12
## Version 0.30.0 (2023-06-07)
4
13
5
14
- Implement MediaRecorder API
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " web-audio-api"
3
- version = " 0.30 .0"
3
+ version = " 0.31 .0"
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