feat: First microphone stream from server to client

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-03-24 16:29:43 +03:00
parent 7e5a235382
commit 669dbcc0e8
8 changed files with 229 additions and 92 deletions

View file

@ -8,9 +8,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0.81"
cpal = { version = "0.15.3", features = ["wasm-bindgen"] }
dioxus = { version = "0.5.0-alpha.0", features = ["web"] }
dioxus = { version = "0.5.0-alpha.2", features = ["web"] }
futures-core = "0.3.30"
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
log = "0.4.21"
reqwest = { version = "0.11.24", features = ["json"] }
ringbuf = "0.3.3"
serde = { version = "1.0.197", features = ["derive"] }
tokio-tungstenite-wasm = "0.3.1"
tokio_with_wasm = "0.4.3"
wasm-logger = "0.2.0"