]> git.basschouten.com Git - openhab-addons.git/commit
[voicerss] Fix and enhance the external tool to prefill the cache (#12155)
authorlolodomo <lg.hc@free.fr>
Wed, 2 Feb 2022 17:39:35 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 17:39:35 +0000 (18:39 +0100)
commit624efab678219c8e57c7741c9c7c575994336ea5
treed72209a309c843463b2228689864ff22d5bb3289
parentde6de1a22dea1af5ffde61a25185fb230df63e6d
[voicerss] Fix and enhance the external tool to prefill the cache (#12155)

* [voicerss] Fix and enhance the external tool to prefill the cache
* Make the tool independent of core openHAB
* Fix the parsing of the command arguments.
* Allow to provide optional audio codec and format.
* Null annotations added on most of the classes
* Simplified doc about classpath
* Suppress obsolete mention of open issue in doc

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.voice.voicerss/README.md
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSAudioStream.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSVoice.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/CachedVoiceRSSCloudImpl.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/VoiceRSSCloudAPI.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/VoiceRSSCloudImpl.java
bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/tool/CreateTTSCache.java