Changes between Version 39 and Version 40 of WikiStart
- Timestamp:
- 2014-02-17 23:53:19 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v39 v40 204 204 Two accepted values for the engine: "GOOGLE" for the Google Internet service and "OSX_TTS_SERVER" for a personal OSX TTS server. 205 205 206 In addition, the Text to Speech capability can be setup with the following variables (use the Advanced tab to adjust the values): 207 * `DefaultLanguageTTS` - default language used when calling the Say action; must be a string of 2 characters 208 * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE or OSX_TTS_SERVER 209 * `OSXTTSServerURL` - defines the location of your OSX TTS server; something like http://www.mypersonaltts.org:80 210 206 211 Notes: 207 212 * Google service may be removed at any time 213 * Explanations on how to setup the OSX TTS server: http://wolfpaulus.com/jounal/mac/ttsserver/ 208 214 * For !GroupZones, you have to use room names (zone names defined with your Sonos application), not the name of your Vera device 209 215 * It is possible to use the parameter named !GroupDevices in place of !GroupZones. In this case, you must have a device in the Vera for all the Sonos zones you want to address. The value is a CSV list of device ids. For example, if your living-room and kitchen Sonos are linked respectively to devices 667 and 668 in your Vera, you will use !GroupDevices="667,668". The !GroupDevices has been kept for compatibility reasons with old versions but the use of !GroupZones is now recommended.