From 9cd055e13ad743f2e3cfdd449834af2326d7e261 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 15 Apr 2023 22:02:12 +0200 Subject: [PATCH] [mimictts] Fix addon.xml info (#14821) It seems to have been copied over from macOS TTS without properly updating all details. Signed-off-by: Wouter Born --- .../src/main/resources/OH-INF/addon/addon.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml index 4efa95960e..8a8bb67ccc 100644 --- a/bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml @@ -4,8 +4,9 @@ xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd"> voice - macOS Text-to-Speech - The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text. + Mimic Text-to-Speech + The Mimic Text-to-Speech (TTS) service uses the offline open source Text-to-Speech engine designed by + Mycroft A.I. local org.openhab.voice.mimictts -- 2.47.3