v0.8: TCP transport via gatuna tunnel, session IDs, pre-synth playback, server Rust rewrite

This commit is contained in:
2026-08-13 09:58:33 +00:00
parent ecf00c1bc4
commit facbfe6a5c
16 changed files with 955 additions and 638 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "robovoice-stt-server"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "robovoice-stt-server"
path = "src/main.rs"
[dependencies]
anyhow = "1"
cpal = "0.15"
[build-dependencies]
bindgen = "0.71"
[profile.release]
opt-level = 3