[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:
parent
702ffcdc22
commit
89b8b2eb0a
@ -11,3 +11,10 @@ https://www.eclipse.org/legal/epl-2.0/.
|
|||||||
== Source Code
|
== Source Code
|
||||||
|
|
||||||
https://github.com/openhab/openhab-addons
|
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
|
||||||
|
|||||||
@ -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'.
|
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.
|
Note that the keyword model you use should match the language model.
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ai.picovoice</groupId>
|
<groupId>ai.picovoice</groupId>
|
||||||
<artifactId>porcupine-java</artifactId>
|
<artifactId>porcupine-java</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.1.0</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user