Expand description
Speech adapter traits for voice and transcription integrations.
Structs§
- NoopStt
- No-op transcription adapter suitable for tests and offline demos.
- NoopTts
- No-op synthesis adapter that returns fake audio bytes.
Traits§
- Speech
ToText - Adapter that transcribes audio into text.
- Text
ToSpeech - Adapter that synthesises speech audio from text.