Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASR input: previous text content appeares when removed current translation and asr mode still activated #51

Closed
matyaskopp opened this issue Oct 9, 2022 · 3 comments

Comments

@matyaskopp
Copy link
Member

  1. press the mic button
  2. say a word: "jedna"
  3. then press cross to remove word "1" (now the input area is empty)
  4. then say another word: "dva"
  5. finally, "1 2" appear in the input area
@martinpopel
Copy link
Member

I confirm this bug (only in the newest Beta 1.0.3, not in the official stable version). A simple solution may be: stop recording when the user deletes the input (that's what other similar apps do, if they show the "X" delete button at all).

Another unexpected behavior: when moving the cursor in the middle of the text while recording, the new words are still added at the end. A simple solution: stop recording when the users taps the input box (Google style) OR don't allow moving the cursor in the input box when recording (Microsoft style).

@krabatom
Copy link
Collaborator

krabatom commented Oct 9, 2022

Yes, after some user interaction (click on cross, start type etc.) should ASR stop listening. I will fix it. Thank you

@krabatom
Copy link
Collaborator

should be fixed in version 1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants