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

Transcription glitches when using uppercase and mispelled words #2

Open
fontanon opened this issue Apr 28, 2023 · 2 comments
Open

Transcription glitches when using uppercase and mispelled words #2

fontanon opened this issue Apr 28, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@fontanon
Copy link
Member

I'm not able to describe the logic behing the glitches observed ... so I've recorded a screencast to display what I'm trying to get at:

https://www.awesomescreenshot.com/video/16920153?key=a6283002f264554fb670072599a173dd_

I've used https://github.com/andalugeeks/autotranscribe/releases/tag/v0.0.5.0

@fontanon fontanon added the bug Something isn't working label Apr 28, 2023
@kuasarx
Copy link
Collaborator

kuasarx commented Apr 28, 2023

the problem lies in the latency and speed of typing. The few milliseconds lost making the call to andaluh-cli.exe and returning the result are too many, and depend a lot on the hardware used. for example on my workstation, it works reasonably well, but on my laptop (quite old), the glitches occur more frequently.

at the moment the lemma book consists of words up to 5 characters, I will do some tests with larger lemmas, or I will try to keep andaluh-cli.exe in memory to reduce latency.

kuasarx added a commit that referenced this issue Apr 28, 2023
Issue: #2 (comment)
added code to identify if word start with uppercase and correctly replace.
@fontanon
Copy link
Member Author

fontanon commented May 2, 2023

@kuasarx I observe improvements with https://github.com/andalugeeks/autotranscribe/releases/tag/v0.0.5.1

However the experience is still far for being usable, I have to admit. I've recorded a screencast:
https://www.awesomescreenshot.com/video/17013465?key=9cda0410116dee568b70d823c52dad8c

I think I'm using a powerfull enough desktop, find details below:

Processor Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz   2.30 GHz
RAM 16,0 GB (15,8 GB usable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants