AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
AudioOutputConfig
Interface AudioOutputConfig
Defines configuration for audio output (Text-to-Speech).
Export
AudioOutputConfig
interface
AudioOutputConfig
{
provider
:
string
;
voiceId
?:
string
;
textToSpeak
:
string
;
url
?:
string
;
format
?:
string
;
languageCode
?:
string
;
customParams
?:
Record
<
string
,
any
>
;
}
Index
Properties
provider
voice
Id?
text
To
Speak
url?
format?
language
Code?
custom
Params?
Properties
provider
provider
:
string
Optional
voice
Id
voice
Id
?:
string
text
To
Speak
text
To
Speak
:
string
Optional
url
url
?:
string
Optional
format
format
?:
string
Optional
language
Code
language
Code
?:
string
Optional
custom
Params
custom
Params
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
provider
voice
Id
text
To
Speak
url
format
language
Code
custom
Params
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Defines configuration for audio output (Text-to-Speech).
Export
AudioOutputConfig