{ "title": "tts.basic", "description": "Text-To-Speech device", "lang": "en", "documentation": "http://recherche.imt-atlantique.fr/xaal/documentation/", "ref": "http://recherche.imt-atlantique.fr/xaal/documentation/tts.basic", "license": "Copyright Christophe Lohr IMT Atlantique 2019 - Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.", "extends": "basic.basic", "methods": { "say": { "description": "Say message", "in": { "msg":"msg_t", "lang":"lang_t", "voice":"voice_t" } } }, "datamodel": { "msg_t": { "description": "Message to say (mandatory)", "type": "data = tstr" }, "lang_t": { "description": "Prefered language to tell the message", "type": "data = tstr" }, "voice_t": { "description": "Prefered voice to tell the message", "type": "data = tstr" } } }