Metadata
- Source
- FLOE-338
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Duplicate
- Assignee
- N/A
- Reporter
- Simon Bates
- Created
2015-05-14T17:07:02.586-0400 - Updated
2015-11-12T14:43:18.134-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- First Discovery
Description
Not all punctuation is read correctly by the self voicing keyboard input.
For example: ",", "!", ";"
To reproduce:
- navigate to the First Discovery Keyboard panel
- focus the input box
- type ","
Some possible solutions:
- Use SSML http://www.w3.org/TR/speech-synthesis/ to mark up punctuation so that they are read as their character names – a problem with this solution is that it looks like Chrome does not implement SSML http://stackoverflow.com/questions/21952736/the-right-way-to-use-ssml-with-web-speech-api
- Implement a lookup table so that when the user types "," we send "comma" to the speech API – the downside to this is the need to make and maintain tables for all supported languages
Comments
-
Cindy Li commented
2015-11-12T14:43:18.132-0500 This report has been copied to the GPII bug tracker: https://issues.gpii.net/browse/GPII-1413 and all activities should be carried on there.