Cordova plugin for the MMIR framework that adds Text To Speech (TTS) synthesis via DFKI-NLP ToHyVe TTS web services (based on Nvidia NeMo 2.0)
(e.g. index.html): allow access to the URL of the TTS service, e.g. https://dfki-3109.dfki.de
<meta http-equiv="Content-Security-Policy"
content="default-src https://dfki-3109.dfki.de ...
{
...
"mediaManager": {
"plugins": {
"browser": [
...
{"mod": "webAudioTextToSpeech", "config": "ttsDFKIToHyVeXhr"},
...
],
"cordova": [
...
{"mod": "webAudioTextToSpeech", "config": "ttsDFKIToHyVeXhr"},
...
]
}
},
...
}
supported options for recognize() / startRecord():
language
: String
supported custom options for recognize() / startRecord():
no custom options supported