There is an updated pull request by JohnGebbie against master on the void-packages repository https://github.com/JohnGebbie/void-packages libvosk https://github.com/void-linux/void-packages/pull/39015 New package: vosk-api-0.3.43 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) Closes https://github.com/void-linux/void-packages/issues/39009 This speech recognition library is a dependency of my assistive voice input program (https://github.com/void-linux/void-packages/pull/39716). The build requires building their forked version of Kaldi which has different dependencies and a different process from the upstream. I've patched it to use the latest version of openblas that's already packaged, and the latest version of openfst which I've also committed a template for. A patch file from https://github.com/void-linux/void-packages/pull/39015.patch is attached