You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ Low-level library for audio input and output in pure Rust.
9
9
10
10
**cpal** maintains a conservative MSRV policy for maximum backwards compatibility. However, the actual minimum Rust version required depends on which audio backend and features you're using, as each platform has different dependencies:
-**ALSA** (Linux/BSD):** Rust **1.77** (due to `alsa-sys` crate requirements)
13
14
-**WASAPI/ASIO (Windows):** Rust **1.82** (due to `windows` crate requirements)
15
+
-**WASM (`wasm-unknown`):** Rust **1.71** (due to `wasm-bindgen` crate requirements)
14
16
-**WASM (`wasm32-wasip1`):** Rust **1.78** (target stabilized in 1.78)
15
17
-**WASM (`audioworklet`):** Rust **nightly** (requires `-Zbuild-std` for atomics support)
16
18
17
-
If you're only using `cpal` on Linux, macOS, Emscripten, or mobile platforms, Rust 1.70 is sufficient. Windows and other WASM users will need the higher versions listed above.
0 commit comments