Refactor Rust server examples (#19)

* Rename examples and add pre-commit

* Fix references to scripts, add implementations overview

* Link to colab notebook via github

* Simplify

* Add auth note

* Allow visualizing VAD

* Remove unused variable

* Add audio samples

* Address review comments
This commit is contained in:
Václav Volhejn
2025-06-26 16:51:43 +02:00
committed by GitHub
parent 96eef33c4c
commit 0112245ef7
8 changed files with 133 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
static_dir = "./static/"
log_dir = "$HOME/tmp/tts-logs"
instance_name = "tts"
authorized_ids = ["open_token"]
authorized_ids = ["public_token"]
[modules.asr]
path = "/api/asr-streaming"

View File

@@ -1,7 +1,7 @@
static_dir = "./static/"
log_dir = "$HOME/tmp/tts-logs"
instance_name = "tts"
authorized_ids = ["open_token"]
authorized_ids = ["public_token"]
[modules.asr]
path = "/api/asr-streaming"