Skip to content

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

@shenjunjian

Description

@shenjunjian

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions