Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge uberi pr394 b30b629 two new functions for faster decoding of sphinx by splitting recognize sphinx into two new functions by sekarpdkt #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

milahu
Copy link
Owner

@milahu milahu commented Mar 5, 2022

sekarpdkt and others added 3 commits November 30, 2018 16:10
I split `    def recognize_sphinx(self, audio_data, language="en-US", keyword_entries=None, grammar=None, show_all=False):` into two functions. First one will return decoder and second one will use the supplied decoder. This will increase the speed of decoding. Tested by using this code using `threaded_workersV2.py`

Note: I have not modified existing one. Just added two new functions
1. get_sphinx_decoder
2. recognize_sphinx_byDecoder
@milahu milahu added the big label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants