Auris — Speech-to-Text
Auris is Synth’s Speech-to-Text subsystem. It transcribes audio files (voice messages, uploads) into text so they can enter the normal message chain and be understood like any other input.
The active engine is selected with ACTIVE_AURIS_ENGINE, chosen from the Auris
engine registry (core/auris_registry.py). Engines are interchangeable.
Actions
Action |
Purpose |
|---|---|
|
Transcribe an audio file to text via the active Auris engine. |
Configuration
Key |
Purpose |
|---|---|
|
Active STT engine. |
|
Per-engine settings blob. |
|
Local VOSK model path and language. |
|
Auto-download the STT model when missing. |