From: GiviMAD Date: Sat, 18 Mar 2023 06:32:58 +0000 (-0700) Subject: [voskstt] Upgrade library (#14625) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=9a6b23fbec046f506bb95f12ba5b7c89793518ba;p=openhab-addons.git [voskstt] Upgrade library (#14625) Signed-off-by: Miguel Álvarez --- diff --git a/bundles/org.openhab.voice.voskstt/pom.xml b/bundles/org.openhab.voice.voskstt/pom.xml index a06c8f08c4..38a622e10f 100644 --- a/bundles/org.openhab.voice.voskstt/pom.xml +++ b/bundles/org.openhab.voice.voskstt/pom.xml @@ -17,15 +17,14 @@ com.alphacephei vosk - 0.3.38 + 0.3.45 compile net.java.dev.jna jna - 5.7.0 - compile + 5.13.0 diff --git a/bundles/org.openhab.voice.voskstt/src/main/resources/linux-aarch64/libvosk.so b/bundles/org.openhab.voice.voskstt/src/main/resources/linux-aarch64/libvosk.so index 10b6e841d1..809721e173 100755 Binary files a/bundles/org.openhab.voice.voskstt/src/main/resources/linux-aarch64/libvosk.so and b/bundles/org.openhab.voice.voskstt/src/main/resources/linux-aarch64/libvosk.so differ diff --git a/bundles/org.openhab.voice.voskstt/src/main/resources/linux-arm/libvosk.so b/bundles/org.openhab.voice.voskstt/src/main/resources/linux-arm/libvosk.so index 25cc6bb0e3..b6f4c0f49a 100755 Binary files a/bundles/org.openhab.voice.voskstt/src/main/resources/linux-arm/libvosk.so and b/bundles/org.openhab.voice.voskstt/src/main/resources/linux-arm/libvosk.so differ