opentiny / opentiny/tiny-robot

🐛 [Bug]: 语音录入,容易有重复产生

Open
#323 0 comments 0 reactions 1 assignee View on GitHub

@SonyLeo is already working on this.

Since Apr 15, 2026.

  • #315 by @SonyLeo — 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 } "

Image
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.