[porcupineks] add library to NOTICE file and update to porcupine 2.1 (#12137)

Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD 2022-01-27 20:19:27 +01:00 committed by GitHub
parent 702ffcdc22
commit 89b8b2eb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View 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

View 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.

View 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>