Changes between Version 50 and Version 51 of WikiStart


Ignore:
Timestamp:
2015-12-28 12:51:38 (8 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v50 v51  
    204204                 666) 
    205205}}} 
    206 Two accepted values for the engine: "GOOGLE" for the Google Internet service and "OSX_TTS_SERVER" for a personal OSX TTS server. 
     206Four accepted values for the engine: 
     207 * "GOOGLE" for the Google TTS Internet service 
     208 * "MICROSOFT" for the Microsoft Translator Internet service 
     209 * "OSX_TTS_SERVER" for a personal OSX TTS server 
     210 * "MARY" for a personal MaryTTS server 
    207211 
    208212In addition, the Text to Speech capability can be setup with the following variables (use the TTS tab to adjust the values): 
    209  * `DefaultLanguageTTS` - default language used when calling the Say action; must be a string of 2 characters 
    210  * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE or OSX_TTS_SERVER 
     213 * `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 example 
     214 * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE, MICROSOFT, OSX_TTS_SERVER or MARY 
     215 * `GoogleTTSServerURL` - the Google URL to be used 
    211216 * `OSXTTSServerURL` - defines the location of your OSX TTS server; something like http://www.mypersonaltts.org:80 
     217 * `MaryTTSServerURL` - defines the location of your MaryTTS server; something like http://192.168.0.50:59125 assuming 192.168.0.50 is the IP address of your server running MaryTTS 
     218 * `MicrosoftClientId` - Client ID you got when you regisered your application on the Microsoft Azure Marketplace 
     219 * `MicrosoftClientSecret` - Client Secret you got when you regisered your application on the Microsoft Azure Marketplace 
    212220 
    213221Notes: 
    214  * Google service may be removed at any time 
     222 * Google service is already not working every time (generally only few times per day) and may be removed at any time 
     223 * Explanations on how to get Microsoft Translator credentials: https://msdn.microsoft.com/en-us/library/mt146806.aspx 
    215224 * Explanations on how to setup the OSX TTS server: http://wolfpaulus.com/jounal/mac/ttsserver/ 
    216225 * For !GroupZones, you have to use room names (zone names defined with your Sonos application), not the name of your Vera device 
     
    246255 * `CheckStateRate` - number of minutes between each automatic online check, "0" to disable the automatic check 
    247256 * `DebugLogs` - "1" when the debug logs are enabled or "0" when disabled 
    248  * `DefaultLanguageTTS` - default language for TTS, for example "en" 
    249  * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 
     257 * `DefaultLanguageTTS` - default language for TTS, for example "en" or "en-US" 
     258 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "MICROSOFT" or "OSX_TTS_SERVER" or "MARY" 
    250259 * `DiscoveryPatchInstalled` - "1" when the !UPnP discovery patch is installed or "0" when not installed 
    251260 * `DiscoveryResult` - for plugin internal usage 
    252261 * `FetchQueue` - "1" when the Sonos queue is read by the plugin or "0" when not 
     262 * `GoogleTTSServerURL` - the Google URL to be used for TTS 
    253263 * `GroupCoordinator` - UUID of the group coordinator 
     264 * `MaryTTSServerURL` - URL of the MaryTTS server 
     265 * `MicrosoftClientId` - Client ID you got when you regisered your application on the Microsoft Azure Marketplace 
     266 * `MicrosoftClientSecret` - Client Secret you got when you regisered your application on the Microsoft Azure Marketplace 
    254267 * `OSXTTSServerURL` - URL of the TTS server 
    255268 * `PluginVersion` - plugin version