ASIO test

This commit is contained in:
mii443
2024-02-12 01:39:12 +09:00
commit 747b2b0a04
4 changed files with 1129 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "maudio-router"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cpal = { git = "https://github.com/RustAudio/cpal.git", features = ["asio"] }