We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95927ec commit f4478efCopy full SHA for f4478ef
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Version History
2
3
+## Version 1.0.1 (2024-09-18)
4
+
5
+- AudioBufferSourceNode: handle reverse playback and looping
6
+- AudioBufferSourceNode: handle sub-sample stop/duration times
7
+- AudioBufferSourceNode: fix handling of out of bound offsets
8
9
## Version 1.0.0 (2024-09-10)
10
11
- Breaking: MediaRecorder constructor now requires options (e.g. mime type)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web-audio-api"
-version = "1.0.0"
+version = "1.0.1"
authors = ["Otto <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"
0 commit comments