opentiny / opentiny/tiny-robot
🐛 [Bug]: 语音录入,容易有重复产生
Open
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 16
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 16
Description
Tiny Robot Version
0.4
Vue Version
3.5
Link to minimal reproduction
选择语音连续输入,根据代码,似乎应该是 autoReplace: true。 如果有停顿,就会追加多次内容
voiceMode === 'mixed' ? { autoReplace: false, interimResults: true } : { autoReplace: true, continuous: true } "
Steps to reproduce
选择语音连续输入,根据代码,似乎应该是 autoReplace: true。 如果有停顿,就会追加多次内容
What is expected
No response
What is actually happening
No response
What is your project name
tiny-remoter
Any additional comments (optional)
No response
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.