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.7k stars 1.08k forks source link

go compile error #1280

Open iPsych opened 1 year ago

iPsych commented 1 year ago

In ubuntu18 , gcc 11.1, go 1.19.4 environment, vosk compile error happens in wire-pod implementation as below.

/tmp/go-build24453564/b001/exe/main: symbol lookup error: /tmp/go-build24453564/b001/exe/main: undefined symbol: vosk_recognizer_set_partial_words
exit status 127
nshmyrev commented 1 year ago

That method is part of newer binary, you probably need to download latest libvosk.so