but it failed with:
AttributeError: 'KaldiRecognizer' object has no attribute 'SetEndpointerMode'
I looked into what vosk version I have and discovered that pip installs version 0.3.45. The release notes for 0.3.50 say "Endpointer config updates" so I assume that's all I need.
As you state in your docs, "compilation is not straightforward and includes several nuances," so it would be great to have an easy way to install the latest version on my raspberry pi 5.
I was trying to adjust EndpointerMode as seen in the example at: https://github.com/alphacep/vosk-api/blob/master/python/example/test_ep.py
but it failed with: AttributeError: 'KaldiRecognizer' object has no attribute 'SetEndpointerMode'
I looked into what vosk version I have and discovered that pip installs version 0.3.45. The release notes for 0.3.50 say "Endpointer config updates" so I assume that's all I need.
As you state in your docs, "compilation is not straightforward and includes several nuances," so it would be great to have an easy way to install the latest version on my raspberry pi 5.
Thank you for all your work!