-
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
Make TTS driver and speed adjustable from settings #5
Comments
That's not possible. Talkback always takes presents over anything an app pushes to the tts engine, And that's a good thing too because otherwise you would end up with two tts overlapping each other Yes you might miss a navigation clue from the app but since you're currently using the app anyway
Yes, I could implement that but the idea was that WalkersGuide uses the same tts settings for |
OK, now I got your idea of using the same TTS engine and preferences as Talkback does. However, maybe we could reconsider this: |
Another point: Talkbac can't be kept from speaking since the display has to keep active for the TTS to play. However it can be interrupted and resumed when needed, by using the 2 finger gesture or getting close to the prximity. The navigation clues don't have those options, so they should take priority. I can try to look into the code and add the settings for variable TTS driver and speed - in the hope that I'll understand the structure. |
- Speech rate can be adjusted in the apps settings - Message queue implemented, prevent navigation instruction interrupts (#6) - Announce bearing updates to the next route point in addition to the continuous distance updates while navigating - Fixed a bug where Talkback took presents over the distance and bearing announcements from the apps tts and interrupted them frequently (#5) Other: - Added additional tasks in the start tab - Auto-resolve the current coordinates to their closest address when they are used as start point of a route calculation - Additional talkback actions have been added to the location button in the tool bar. - Fixed a bug in the tab bar below the tool bar: Sometimes the tabs in there got multiplied
Please see #6 for updates. |
Hi,
while navigating the UI, both the screenreader and Walkersguide will call the TTS service. If they're using the same (which at the moment is the only possible option), they may get in conflict. Example: The user navigates, while Talkback focuses on the decreasing distance to the next route point. Walkersguide announcements can thereby get ommitted.
Solutions: TTS driver can be selected from the app settings. Therefore, if a user has more than one driver installed (which is recommended for that use case), they don't get in the way of each other. For higher flexibility, speed should also be changeable.
The text was updated successfully, but these errors were encountered: