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

Use libdeepspeech in DeepSpeech.py and remove duplicate code #574

Closed
Cwiiis opened this issue May 16, 2017 · 2 comments
Closed

Use libdeepspeech in DeepSpeech.py and remove duplicate code #574

Cwiiis opened this issue May 16, 2017 · 2 comments
Assignees

Comments

@Cwiiis
Copy link
Contributor

Cwiiis commented May 16, 2017

Part of libdeepspeech is a native implementation of the processing done in audiofile_to_input_vector (as well as the reimplementation of python_speech_features). We should use the Python bindings for this library instead, partly because it's considerably faster than the equivalent Python/python_speech_features code, but mostly so we don't have two copies of the same thing which could possibly diverge.

@Cwiiis Cwiiis self-assigned this May 16, 2017
Cwiiis added a commit that referenced this issue Jun 27, 2017
Fix issue #574 - Use libdeepspeech in DeepSpeech.py
@Cwiiis
Copy link
Contributor Author

Cwiiis commented Jun 27, 2017

Fixed by 560da15

@Cwiiis Cwiiis closed this as completed Jun 27, 2017
@lock
Copy link

lock bot commented Jan 3, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant