when i try to install sprec it gives me an error
```
usr_40476@localhost:~/Downloads/sprec-
d3cbb9d117c0ae2e2bd4a612da5ea3b9dcdd2aa2> ./build.sh && sudo ./build.sh
install
# github.com/alphacep/vosk-api/go
../../go/pkg/mod/github.com/alphacep/vosk-api/
go@v0.3.51-0.20240506053326-7358c799b1e1/vosk.go:135:2: could not determine
kind of name for C.vosk_recognizer_set_endpointer_delays
usr_40476@localhost:~/Downloads/sprec-
d3cbb9d117c0ae2e2bd4a612da5ea3b9dcdd2aa2>
```
I made a mistake! The latest two commits require Vosk version v0.3.50 and
./get-vosk script only installs v0.3.45 (the Vosk team haven't provided
binaries for v0.3.50 yet).
I'd `git switch 0.1` and try again (or install Vosk v0.3.50 if it's in
your package manager)