Skip to content

mmir plugin for DFKI-NLP ToHyVe TTS web services for speech synthesis

License

Notifications You must be signed in to change notification settings

mmig/mmir-plugin-tts-dfki-tohyve-xhr

Repository files navigation

mmir-plugin-tts-dfki-tohyve-xhr

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)

configure CSP

(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 ...

configuration.json:

{

	...

	"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

About

mmir plugin for DFKI-NLP ToHyVe TTS web services for speech synthesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published