hulop / NavCogIOS

NavCog is an example app of blelocpp library aimed specifically for the blind to help those people “explore” the world without vision. Now we are developing v3.
https://github.com/hulop/NavCogIOSv3
MIT License
10 stars 8 forks source link

handle voiceover conflicts #17

Closed dsato80 closed 8 years ago

dsato80 commented 8 years ago

From @colegleason on December 1, 2015 17:56

  1. Either disable voice over to speak navigation messages that are higher priority
  2. Or, wait until voice over is complete and then read from a queue

Copied from original issue: hulop/NavCogIOS-old#15

dsato80 commented 8 years ago

From @loopRW on December 9, 2015 19:35

Currently it uses only voice over and it does not mix self voicing and voice over so it can be considered solved.

The instruction "Previous instruction" is used to read the first instruction at the start. The title of the button, however, is misleading, it should be changed to "Last Instruction".

dsato80 commented 8 years ago

@itohtaka I believe you fixed this