first commit

This commit is contained in:
2025-06-13 18:10:27 +02:00
commit e2f8bba35e
21 changed files with 2773 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "ox_speak_rs"
version = "0.1.0"
edition = "2024"
[dependencies]
opus = "0.3"
cpal = "0.16"
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" }
event-listener = "5.4"
num_enum = "0.7"