Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
SpeechSessionConfig
Interface SpeechSessionConfig
interface
SpeechSessionConfig
{
mode
?:
SpeechSessionMode
;
sampleRate
?:
number
;
frameDurationMs
?:
number
;
audioFileName
?:
string
;
autoTranscribeOnSpeechEnd
?:
boolean
;
sttOptions
?:
SpeechTranscriptionOptions
;
ttsOptions
?:
SpeechSynthesisOptions
;
vad
?:
AdaptiveVADConfig
;
silence
?:
SilenceDetectorConfig
;
wakeWord
?:
{
keyword
?:
string
;
}
;
}
Hierarchy (
view full
)
SpeechSessionConfig
SpeechRuntimeSessionConfig
Index
Properties
mode?
sample
Rate?
frame
Duration
Ms?
audio
File
Name?
auto
Transcribe
On
Speech
End?
stt
Options?
tts
Options?
vad?
silence?
wake
Word?
Properties
Optional
mode
mode
?:
SpeechSessionMode
Optional
sample
Rate
sample
Rate
?:
number
Optional
frame
Duration
Ms
frame
Duration
Ms
?:
number
Optional
audio
File
Name
audio
File
Name
?:
string
Optional
auto
Transcribe
On
Speech
End
auto
Transcribe
On
Speech
End
?:
boolean
Optional
stt
Options
stt
Options
?:
SpeechTranscriptionOptions
Optional
tts
Options
tts
Options
?:
SpeechSynthesisOptions
Optional
vad
vad
?:
AdaptiveVADConfig
Optional
silence
silence
?:
SilenceDetectorConfig
Optional
wake
Word
wake
Word
?:
{
keyword
?:
string
;
}
Type declaration
Optional
keyword
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
mode
sample
Rate
frame
Duration
Ms
audio
File
Name
auto
Transcribe
On
Speech
End
stt
Options
tts
Options
vad
silence
wake
Word
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...