An instance of a speech-to-text adapter.
This class is abstract, and as such cannot be used directly. Instead, use a provider plugin that exports its own child STT class, which inherits this class's methods.
Returns this STT's capabilities
Receives an audio buffer and returns transcription in the form of a SpeechEvent
Returns a SpeechStream that can be used to push audio frames and receive transcriptions
An instance of a speech-to-text adapter.
Remarks
This class is abstract, and as such cannot be used directly. Instead, use a provider plugin that exports its own child STT class, which inherits this class's methods.