Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
TextToSpeechProvider
Interface TextToSpeechProvider
interface
TextToSpeechProvider
{
id
:
string
;
displayName
?:
string
;
supportsStreaming
?:
boolean
;
synthesize
(
text
,
options
?
)
:
Promise
<
SpeechSynthesisResult
>
;
getProviderName
(
)
:
string
;
listAvailableVoices
?
(
)
:
Promise
<
SpeechVoice
[]
>
;
}
Implemented by
AzureSpeechTTSProvider
ElevenLabsTextToSpeechProvider
FallbackTTSProxy
OpenAITextToSpeechProvider
Index
Methods
synthesize
get
Provider
Name
list
Available
Voices?
Properties
id
display
Name?
supports
Streaming?
Methods
synthesize
synthesize
(
text
,
options
?
)
:
Promise
<
SpeechSynthesisResult
>
Parameters
text
:
string
Optional
options
:
SpeechSynthesisOptions
Returns
Promise
<
SpeechSynthesisResult
>
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
Optional
list
Available
Voices
list
Available
Voices
(
)
:
Promise
<
SpeechVoice
[]
>
Returns
Promise
<
SpeechVoice
[]
>
Properties
Readonly
id
id
:
string
Optional
Readonly
display
Name
display
Name
?:
string
Optional
Readonly
supports
Streaming
supports
Streaming
?:
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
synthesize
get
Provider
Name
list
Available
Voices
id
display
Name
supports
Streaming
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...