From: GiviMAD Date: Thu, 27 Jan 2022 19:19:27 +0000 (+0100) Subject: [porcupineks] add library to NOTICE file and update to porcupine 2.1 (#12137) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=89b8b2eb0a498e22b03d55d57292ae4960c1fff5;p=openhab-addons.git [porcupineks] add library to NOTICE file and update to porcupine 2.1 (#12137) Signed-off-by: Miguel Álvarez Díez --- 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