opentiny / opentiny/tiny-robot
【docs enhancement】speech config default lang
Open
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 16
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 16
Description
【建议】
- 默认语音识别使用的语言为 html 指定的 lang,不是浏览器默认的 lang(大部分场景下没有区别,但是在部分特殊场景会存在区别) https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
- 建议在文档中举例 lang 的几个常见值:
- en - 英语
- zh - 中文
- zh-CN - 简体中文
- en-US - 美式英语
- ...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.