Details
- 
        Type:
 New Feature
            
         - 
        Status: In Progress
 - 
            Priority:
 Major
                
             - 
            Resolution: Unresolved
 - 
            Affects Version/s: BridgeIt 1.0.4
 - 
            Fix Version/s: None
 - 
            Component/s: BridgeIt
 - 
            Labels:None
 - 
            Environment:All platforms
 
Description
                    BridgeIt needs to support Text To Speech and Speech To Text.
A voice command should be added to the JS API.
voice(id, callback, options) where options include:
phrase: String containing statement to be spoken
response: boolean that determines if voice response is required.
If response=true, the response value will include a string containing converted voice response.
A voice command should be added to the JS API.
voice(id, callback, options) where options include:
phrase: String containing statement to be spoken
response: boolean that determines if voice response is required.
If response=true, the response value will include a string containing converted voice response.
Android could support additional parameters to manipulate the voice for TTS.
rate: float - Determines the rate of speaking. 1.0 is the default.
pitch: float - Determines the pitch for speaking 1.2 is the default.