mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[update] kws doc add enwake_audio
This commit is contained in:
@@ -20,7 +20,8 @@ Send JSON:
|
||||
"response_format": "kws.bool",
|
||||
"input": "sys.pcm",
|
||||
"enoutput": true,
|
||||
"kws": "HELLO"
|
||||
"kws": "HELLO",
|
||||
"enwake_audio": true
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -34,6 +35,7 @@ Send JSON:
|
||||
- input: The input is `sys.pcm`, representing system audio.
|
||||
- enoutput: Whether to enable user result output.
|
||||
- kws: The Chinese wake-up word is `"你好你好"`.
|
||||
- enwake_audio: Whether to enable wake-up audio output. Default is true.
|
||||
|
||||
Response JSON:
|
||||
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
"response_format": "kws.bool",
|
||||
"input": "sys.pcm",
|
||||
"enoutput": true,
|
||||
"kws": "你好你好"
|
||||
"kws": "你好你好",
|
||||
"enwake_audio": true
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -33,6 +34,7 @@
|
||||
- input:输入的为 `sys.pcm`,代表的是系统音频。
|
||||
- enoutput:是否起用用户结果输出。
|
||||
- kws:中文唤醒词为 `"你好你好"`。
|
||||
- enwake_audio:是否起用唤醒音频输出。默认是 true
|
||||
|
||||
响应 json:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user