feat: main server as a relay, support for streamer client

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-09 20:54:32 +03:00
parent e26b0b9fd1
commit a954dfce73
7 changed files with 188 additions and 126 deletions

View file

@ -7,5 +7,7 @@ edition = "2021"
[dependencies]
cpal = "0.15.3"
futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] }
ringbuf = "0.3.3"
tokio = { version = "1.36.0", features = ["full"] }
tokio-tungstenite = "0.21.0"