* New translations openhabcloud.properties (French)
* New translations openhabcloud.properties (Italian)
* New translations googletts.properties (French)
* New translations voicerss.properties (French)
* New translations voicerss.properties (Italian)
* New translations pollytts.properties (French)
* New translations googlestt.properties (French)
* New translations watsonstt.properties (French)
* New translations watsonstt.properties (Italian)
* New translations voskstt.properties (French)
* New translations voskstt.properties (Italian)
* New translations mimictts.properties (French)
* New translations mactts.properties (Italian)
* New translations marytts.properties (Italian)
* New translations picotts.properties (Italian)
* [mimictts] Add LRU cache
And simplifies code with new core capabilities (no more need to create temporary files implementing FixedLengthAudioStream)
---------
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
* [mimictts] Fix ssml and playing from an audiosink using the audio servlet
Fix :
- ssml not working
- add an option to store the audio on a file before sending it to openhab. It enables audiosink based on the audio servlet to play the sound (the servlet requires the getClonedStream method, unavailable with a pure streaming approach). The files are stored in the user data directory and deleted as soon as possible (stream close detection).
- fix error with voice name not encoded
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
* [mimictts] Use http method POST instead of GET
Using POST method allows longer request size.
Also, using InputStreamResponseListener avoid keeping the response in-memory
* [mimictts] quick fix for regression : providing length
Some audiosink needs it
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>
* [mimictts] Initial contribution
Add a voice service for Mimic (version 3) TTS from Mycroft AI.
Signed-off-by: Gwendal Roulleau <gwendal.roulleau@gmail.com>