Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
SpeechRuntimeSessionConfig
Interface SpeechRuntimeSessionConfig
interface
SpeechRuntimeSessionConfig
{
mode
?:
SpeechSessionMode
;
sampleRate
?:
number
;
frameDurationMs
?:
number
;
audioFileName
?:
string
;
autoTranscribeOnSpeechEnd
?:
boolean
;
sttOptions
?:
SpeechTranscriptionOptions
;
ttsOptions
?:
SpeechSynthesisOptions
;
vad
?:
AdaptiveVADConfig
;
silence
?:
SilenceDetectorConfig
;
wakeWord
?:
{
keyword
?:
string
;
}
;
sttProviderId
?:
string
;
ttsProviderId
?:
string
;
vadProviderId
?:
string
;
wakeWordProviderId
?:
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?
stt
Provider
Id?
tts
Provider
Id?
vad
Provider
Id?
wake
Word
Provider
Id?
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
Optional
stt
Provider
Id
stt
Provider
Id
?:
string
Optional
tts
Provider
Id
tts
Provider
Id
?:
string
Optional
vad
Provider
Id
vad
Provider
Id
?:
string
Optional
wake
Word
Provider
Id
wake
Word
Provider
Id
?:
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
stt
Provider
Id
tts
Provider
Id
vad
Provider
Id
wake
Word
Provider
Id
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...