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

Finish reading message before going to new message #144

Open
imesmer opened this issue Oct 20, 2024 · 3 comments
Open

Finish reading message before going to new message #144

imesmer opened this issue Oct 20, 2024 · 3 comments
Assignees
Labels

Comments

@imesmer
Copy link

imesmer commented Oct 20, 2024

Right now if a person sends me at texts and the app is reading it, and I receive another text right after that, it won't finish the previous text and it will just jump to the new one. It would be great if it would allow it to finish and put new notifications on hold until the current one is complete. Thank you

If this feature is added would you please have it updated in automatically because it's not something I would go back and forth checking for. It would be great if it's already active and I will notice it by hearing the difference. Again thank you in advance.

@pilot51
Copy link
Owner

pilot51 commented Oct 21, 2024

It should already be queuing messages without interrupting speech or removing queued messages.

I just tested by setting Ignore Repeats to 0 and rapidly tapping Test 5 times. It spoke all 5 notifications one after the other without interruption.
Could you do the same test to be sure you can reliably reproduce the issue?

Also check the Notification Log. That should show a short descriptive yellow message on any notification that was interrupted during speech. If you see that, please let me know what it says.

What device and TTS engine are you using?
It's possible that the engine might not be properly queuing messages as requested (QUEUE_ADD where speak is called).

@imesmer
Copy link
Author

imesmer commented Oct 21, 2024 via email

@pilot51 pilot51 added bug and removed enhancement labels Oct 21, 2024
@pilot51
Copy link
Owner

pilot51 commented Oct 21, 2024

The Notification Log is a very useful troubleshooting feature which should always show why a notification was interrupted or not spoken, as long as the Voice Notify service is enabled. There would be red text if the notification was not spoken at all or yellow text if it was interrupted while speaking.

Could you run the test and check the Notification Log and let me know what the red or yellow text says if it doesn't make it clear how to resolve the issue?

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

No branches or pull requests

2 participants