Module speech

Module speech 

Source
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§

SpeechToText
Adapter that transcribes audio into text.
TextToSpeech
Adapter that synthesises speech audio from text.