]> git.basschouten.com Git - openhab-addons.git/commitdiff
[porcupineks] add library to NOTICE file and update to porcupine 2.1 (#12137)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Thu, 27 Jan 2022 19:19:27 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 19:19:27 +0000 (20:19 +0100)
Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
bundles/org.openhab.voice.porcupineks/NOTICE
bundles/org.openhab.voice.porcupineks/README.md
bundles/org.openhab.voice.porcupineks/pom.xml

index 38d625e349232ff5ffcc71bd75e4692cdac12768..6ccccccb03adb299582decef909652f169f148ac 100644 (file)
@@ -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
index 34ff305728b16f5e9c657e6f2c10197fa4a0cdff..7411fd217ab049759b9b458fac229e415fe8bdaf 100644 (file)
@@ -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 '\<openHAB userdata\>/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.
 
index a28c9c67595d4cec71c6f82344d7a82746894a56..87d52fb9f42b06a9576b558455aa0fa12bb7992a 100644 (file)
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>ai.picovoice</groupId>
       <artifactId>porcupine-java</artifactId>
-      <version>2.0.2</version>
+      <version>2.1.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>