Changes between Version 11 and Version 12 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    113113                 666) 
    114114}}} 
    115 Two accepted values for the engine: "GOOGLE" for the Google Internet service and "OSX_TTS_SERVER" for a personal OSX TTS server. 
     115Four accepted values for the engine: 
     116 * "GOOGLE" for the Google TTS Internet service 
     117 * "MICROSOFT" for the Microsoft Translator Internet service 
     118 * "OSX_TTS_SERVER" for a personal OSX TTS server 
     119 * "MARY" for a personal MaryTTS server 
    116120 
    117121In addition, the Text to Speech capability can be setup with the following variables (use the TTS tab to adjust the values): 
    118  * `DefaultLanguageTTS` - default language used when calling the Say action; must be a string of 2 characters 
    119  * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE or OSX_TTS_SERVER 
     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 example 
     123 * `DefaultEngineTTS` - default engine used when calling the Say action; must be either GOOGLE, MICROSOFT, OSX_TTS_SERVER or MARY 
     124 * `GoogleTTSServerURL` - the Google URL to be used 
    120125 * `OSXTTSServerURL` - defines the location of your OSX TTS server; something like http://www.mypersonaltts.org:80 
     126 * `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 
     127 * `MicrosoftClientId` - Client ID you got when you regisered your application on the Microsoft Azure Marketplace 
     128 * `MicrosoftClientSecret` - Client Secret you got when you regisered your application on the Microsoft Azure Marketplace 
    121129 
    122130Notes: 
    123  * Google service may be removed at any time 
     131 * Google service is already not working every time (generally only few times per day) and may be removed at any time 
     132 * Explanations on how to get Microsoft Translator credentials: https://msdn.microsoft.com/en-us/library/mt146806.aspx 
    124133 * Explanations on how to setup the OSX TTS server: http://wolfpaulus.com/jounal/mac/ttsserver/ 
    125134 * Parameters not specified will default internally. (''Language=en'', ''Engine=GOOGLE'', ''Volume=nil'') By default, the volume is not set. 
     
    154163 * `CheckStateRate` - number of minutes between each automatic online check, "0" to disable the automatic check 
    155164 * `DebugLogs` - "1" when the debug logs are enabled or "0" when disabled 
    156  * `DefaultLanguageTTS` - default language for TTS, for example "en" 
    157  * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "OSX_TTS_SERVER" 
     165 * `DefaultLanguageTTS` - default language for TTS, for example "en" or "en-US" 
     166 * `DefaultEngineTTS` - default engine for TTS, either "GOOGLE" or "MICROSOFT" or "OSX_TTS_SERVER" or "MARY" 
    158167 * `DelayBeforePlayback` -  
    159168 * `DescriptionURL` - description URL for the media renderer 
     
    161170 * `DMRDiscoveryResult` - for plugin internal usage 
    162171 * `DMSDiscoveryResult` - for plugin internal usage 
     172 * `GoogleTTSServerURL` - the Google URL to be used for TTS 
     173 * `MaryTTSServerURL` - URL of the MaryTTS server 
    163174 * `MaxVolume` - maximum volume handled by the media renderer 
     175 * `MicrosoftClientId` - Client ID you got when you regisered your application on the Microsoft Azure Marketplace 
     176 * `MicrosoftClientSecret` - Client Secret you got when you regisered your application on the Microsoft Azure Marketplace 
    164177 * `MinVolume` - minimum volume handled by the media renderer 
    165178 * `ModelName` - model of the media renderer