mirror of
https://github.com/kyutai-labs/delayed-streams-modeling.git
synced 2026-01-04 16:32:55 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user