feat: add initial project scaffolding with speech API modules and build configuration

This commit is contained in:
2025-01-18 10:56:40 +00:00
commit 9cfa51ee80
11 changed files with 549 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
install:
python3 -m venv .venv
./.venv/bin/pip install -e .
tts:
./.venv/bin/rtts
stt:
./.venv/bin/rstt