refactoring...

This commit is contained in:
2025-06-18 03:15:36 +02:00
parent e2f8bba35e
commit 6597b28e01
26 changed files with 1411 additions and 88 deletions

View File

@@ -3,12 +3,23 @@ name = "ox_speak_rs"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "ox_speak_rs"
path = "src/main.rs"
[lib]
name = "ox_speak_rs"
path = "src/lib.rs"
[dependencies]
opus = "0.3"
cpal = "0.16"
ringbuf = "0.4"
#ringbuf = "0.4"
#crossbeam = "0.8"
#kanal = "0.1" # attente du fix sur le recv_timeout qui fait burn le cpu
kanal = { git = "https://github.com/fereidani/kanal.git" }
kanal = "0.1" # attente du fix sur le recv_timeout qui fait burn le cpu
#kanal = { git = "https://github.com/fereidani/kanal.git" }
event-listener = "5.4"
num_enum = "0.7"
num_enum = "0.7"
parking_lot = "0.12"
tokio = "1.45"
#rtrb = "0.3"