| Function | invoke the MaryTTS text-to-speech library |
| Distribution | maryTTS-bin- |
| Jar files | MaryTTSModule.jar |
| Modules | marytts |
| Namespace | http://dassault-aviation.com/marytts |
| Provided services | http://dassault-aviation.com/marytts:talkhttp://dassault-aviation.com/marytts:finished |
| Required services | http://dassault-aviation.com/marytts:effects |
| Optional properties | langvolumerate |
lang optional property which is unused for the moment. For the moment, the only provided voices are French.
http://dassault-aviation.com/marytts:finished: This service is sent after the last sentence has finished to be pronouncedhttp://dassault-aviation.com/marytts:talk: This service is used to ask the MaryTTS server to pronounce a sentence. When the sentence has been finished to be pronounced, the http://dassault-aviation.com/marytts:finished will be sent backServiceInstance<?,?> talkService = module.getService("http://dassault-aviation.com/marytts", "talk"); talkService.setDataStringValue("sentence", "This is a test"); talkService.setDataStringValue("voice", "camille"); talkService.invoke();
http://dassault-aviation.com/marytts:effects: Called to set the volume and the rate of the next sentencesCopyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence