Documentation
¶
Overview ¶
Package tts is the public, provider-agnostic text-to-speech interface - a standalone client library separate from the text_to_speech agent tool, for a host application synthesising speech directly without an LLM tool-calling loop in the way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generation ¶
type Generation = internaltts.Generation
Generation is the core interface for text-to-speech providers.
type Response ¶
type Response = internaltts.Response
Response holds the synthesised audio from a single GenerateAudio call.
Click to show internal directories.
Click to hide internal directories.