From 89b8b2eb0a498e22b03d55d57292ae4960c1fff5 Mon Sep 17 00:00:00 2001 From: GiviMAD Date: Thu, 27 Jan 2022 20:19:27 +0100 Subject: [PATCH] [porcupineks] add library to NOTICE file and update to porcupine 2.1 (#12137) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Álvarez Díez --- bundles/org.openhab.voice.porcupineks/NOTICE | 7 +++++++ bundles/org.openhab.voice.porcupineks/README.md | 2 +- bundles/org.openhab.voice.porcupineks/pom.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.voice.porcupineks/NOTICE b/bundles/org.openhab.voice.porcupineks/NOTICE index 38d625e349..6ccccccb03 100644 --- a/bundles/org.openhab.voice.porcupineks/NOTICE +++ b/bundles/org.openhab.voice.porcupineks/NOTICE @@ -11,3 +11,10 @@ https://www.eclipse.org/legal/epl-2.0/. == Source Code https://github.com/openhab/openhab-addons + +== Third-party Content + +ai.picovoice: porcupine-java +* License: Apache 2.0 License +* Project: https://github.com/Picovoice/porcupine +* Source: https://github.com/Picovoice/porcupine/tree/v2.1/binding/java diff --git a/bundles/org.openhab.voice.porcupineks/README.md b/bundles/org.openhab.voice.porcupineks/README.md index 34ff305728..7411fd217a 100644 --- a/bundles/org.openhab.voice.porcupineks/README.md +++ b/bundles/org.openhab.voice.porcupineks/README.md @@ -63,7 +63,7 @@ This service currently supports English, German, French and Spanish. Only the English model binary is included with the addon and will be used if the one for your configured language is not found under '\/porcupine'. -To get the language model files, go to the [Porcupine repo](https://github.com/Picovoice/porcupine/tree/v2.0/lib/common). +To get the language model files, go to the [Porcupine repo](https://github.com/Picovoice/porcupine/tree/v2.1/lib/common). Note that the keyword model you use should match the language model. diff --git a/bundles/org.openhab.voice.porcupineks/pom.xml b/bundles/org.openhab.voice.porcupineks/pom.xml index a28c9c6759..87d52fb9f4 100644 --- a/bundles/org.openhab.voice.porcupineks/pom.xml +++ b/bundles/org.openhab.voice.porcupineks/pom.xml @@ -17,7 +17,7 @@ ai.picovoice porcupine-java - 2.0.2 + 2.1.0 compile -- 2.47.3