Describes the capabilities of the TTS provider.

Remarks

At present, only streaming is supplied to this interface, and the framework only supports providers that do have a streaming endpoint.

interface TTSCapabilities {
    alignedTranscript?: boolean;
    streaming: boolean;
}

Properties

alignedTranscript?: boolean
streaming: boolean