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

accept stream of audio, convert to text in real-time #9

Open
jeremyandrews opened this issue Jan 20, 2020 · 0 comments
Open

accept stream of audio, convert to text in real-time #9

jeremyandrews opened this issue Jan 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jeremyandrews
Copy link
Owner

Currently we only accept a base64-encoded audio file, which we then convert to text with deepspeech. For very short commands this works, but it adds unnecessary delay as processing can't start until the complete command has arrived.

Instead, we need to accept an audio stream, allowing deepspeech to convert the text in near-real-time.

Look into whether to use raw sockets, web sockets, or something else, to accomplish this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant