You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I am eagerly looking forward to the release of Vosk 0.3.50 on PyPI. Currently, in streaming applications, Vosk often proves to be more useful than Whisper, and the inclusion of SetEndpointerMode would undoubtedly be highly beneficial.
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!
The text was updated successfully, but these errors were encountered: