Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
WakeWordProvider
Interface WakeWordProvider
interface
WakeWordProvider
{
id
:
string
;
displayName
?:
string
;
detect
(
frame
,
sampleRate
)
:
null
|
WakeWordDetection
|
Promise
<
null
|
WakeWordDetection
>
;
reset
?
(
)
:
void
;
dispose
?
(
)
:
void
;
}
Index
Methods
detect
reset?
dispose?
Properties
id
display
Name?
Methods
detect
detect
(
frame
,
sampleRate
)
:
null
|
WakeWordDetection
|
Promise
<
null
|
WakeWordDetection
>
Parameters
frame
:
Float32Array
<
ArrayBufferLike
>
sampleRate
:
number
Returns
null
|
WakeWordDetection
|
Promise
<
null
|
WakeWordDetection
>
Optional
reset
reset
(
)
:
void
Returns
void
Optional
dispose
dispose
(
)
:
void
Returns
void
Properties
Readonly
id
id
:
string
Optional
Readonly
display
Name
display
Name
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
detect
reset
dispose
id
display
Name
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...