]> git.basschouten.com Git - openhab-addons.git/commit
[PiperTTS] Initial contribution (#15965)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Mon, 19 Feb 2024 21:51:41 +0000 (13:51 -0800)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 21:51:41 +0000 (22:51 +0100)
commit06eeff17f1d0f798ab9f1985c652c3449ae3d698
tree1c319ae01d77a8a00b99abe41eb78fed2d718f6b
parent1100cbcf5908a2906a12ab37fb05522cc177c7a2
[PiperTTS] Initial contribution (#15965)

* [PiperTTS] Initial contribution

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
13 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.voice.pipertts/NOTICE [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/README.md [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/pom.xml [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/java/org/openhab/voice/pipertts/internal/PiperTTSConfiguration.java [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/java/org/openhab/voice/pipertts/internal/PiperTTSConstants.java [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/java/org/openhab/voice/pipertts/internal/PiperTTSService.java [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.voice.pipertts/src/main/resources/OH-INF/i18n/pipertts.properties [new file with mode: 0644]
bundles/pom.xml