Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 2015-12-28 13:17:03 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 96 96 }}} 97 97 This action will pause the current playback, say the text, and then the playback will be resumed. 98 Language is a string of 2 characters, like en, fr ... 98 99 Language is either a string of 2 characters, like en, fr ... or a string of 5 characters like en-US, en-GB, fr-FR, fr-CA, ... 99 100 100 101 To play a message setting the volume for the message at level 60: … … 120 121 121 122 In addition, the Text to Speech capability can be setup with the following variables (use the TTS tab to adjust the values): 122 * `DefaultLanguageTTS` - default language used when calling the Say action; must be either a string of 2 characters like "en" for example or a string of 5 characters like "en-US" for example123 * `DefaultLanguageTTS` - default language used when calling the Say action; must be either a string of 2 characters like "en" for example or a string of 5 characters like "en-US" or "en-GB" for example 123 124 * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE, MICROSOFT, OSX_TTS_SERVER or MARY 124 125 * `GoogleTTSServerURL` - the Google URL to be used