-
Notifications
You must be signed in to change notification settings - Fork 2
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
Debounce inputs in case of incremental manual input #9
Comments
Rather than just a debounce, i'd have a minimum delay between changes that it reads the screen out; For Example (and specific to what i've been trying to do) a visual novel often has the text scroll in so for it to wait for that would be useful. |
@darkvaderzerotwo can you check the latest version v0.0.4? i added the functionality to handle this case |
I've just given it a go, it seems a fair bit better! there is a fair delay before it starts reading of about 4 seconds but it's much more consistent on when it decides to start reading and I am not needing a delay (other than 300ms) in the OCR. |
huh. it seems squawk would miss the whole input sometimes... i need to investigate this more |
When manually typing it would periodically start TTS
Better if it would wait for a pause and only then set off
The text was updated successfully, but these errors were encountered: