capacitor-porcupine-wake-word
v0.0.1
Published
Allows to use speech to detect wake words
Readme
capacitor-porcupine-wake-word
Allows to use speech to detect wake words
Install
npm install capacitor-porcupine-wake-word
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
