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

Playback on input #32

Open
carl-der-grosse opened this issue Nov 25, 2022 · 5 comments
Open

Playback on input #32

carl-der-grosse opened this issue Nov 25, 2022 · 5 comments

Comments

@carl-der-grosse
Copy link

Hi,
with activated "playback on input" option it plays immediatley each letter i entered. And after finishing the word with an additonal space it speaks the hole word.
I would prefer the behaviour of only speaking the hole word instead of each letter seperatley.
Best, Carl

@drmfinlay
Copy link
Owner

drmfinlay commented Nov 26, 2022 via email

@nyancow
Copy link

nyancow commented Oct 9, 2023

Hi! Any progress on this feature? It would be super useful.
Any way I can help in implementing it? @drmfinlay maybe you can point me to the relevant area in the code?

@drmfinlay
Copy link
Owner

Hello @nyancow,

No, I've not made much progress on TTS Util feature requests lately.

This feature is not difficult to add though. If you would like to help implement it, I can tell you that most of the necessary changes will be to the InputTextReader.kt source file. The abstract class in that file needs a mechanism to disable "rule one" in onTextChanged().

@nyancow
Copy link

nyancow commented Oct 10, 2023

Thanks for the quick response @drmfinlay. The changes you mentioned are exactly what I needed, I am now using a patched version of the app that plays back only after a space is entered. Hopefully I will find the time soon to add an additional checkbox to the settings to toggle the option. I'll create a PR if and when I get to it.
Thank you for an awesome app.

@nyancow
Copy link

nyancow commented Oct 12, 2023

Actually, my previous comment is only partially true @drmfinlay. It works as expected on Android 13, but for some reason on Android 12 I am still getting letter-by-letter speech playback before pressing space. Any idea what may be missing?

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