alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.93k stars 1.1k forks source link

where is libvosk.so? #1615

Closed 40476 closed 2 months ago

40476 commented 2 months ago

could somebody point me towards where libvosk.so is for x86? (thank you)

nshmyrev commented 2 months ago

https://github.com/alphacep/vosk-api/releases/download/v0.3.45/vosk-linux-x86-0.3.45.zip

https://github.com/alphacep/vosk-api/releases/v0.3.45

40476 commented 2 months ago

thanks!

I am trying to make a program that takes what i say and sends it back out at me through espeak-ng!

40476 commented 2 months ago

that is a 32 bit library.

sprec: error while loading shared libraries: libvosk.so: wrong ELF class: ELFCLASS32

this is where i found out that this is a thing that happens https://askubuntu.com/questions/398929/unable-to-load-shared-object-wrong-elf-class-elfclass32

nshmyrev commented 2 months ago

There is another one which is 64 bit in the same release. You asked for x86 originally

40476 commented 2 months ago

My fault, I had thought that x86 was the same thing as x86_64, feel free to close this issue.On Aug 9, 2024, at 7:22 PM, Nickolay V. Shmyrev @.***> wrote: There is another one which is 64 bit in the same release. You asked for x86 originally

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>

nshmyrev commented 2 months ago

Ok, let us know if you have other questions.

40476 commented 2 months ago

👍On Aug 10, 2024, at 9:58 AM, Nickolay V. Shmyrev @.***> wrote: Ok, let us know if you have other questions.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>

40476 commented 2 months ago

Yes, that reminds me, in order to add custom words, do I need to retrain the model, or is there a way to do that?On Aug 10, 2024, at 9:58 AM, Nickolay V. Shmyrev @.***> wrote: Ok, let us know if you have other questions.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>