Enable using speech processor in Docker by using HTTP#11
Merged
sarapapi merged 8 commits intohlt-mt:mainfrom Feb 5, 2026
Merged
Enable using speech processor in Docker by using HTTP#11sarapapi merged 8 commits intohlt-mt:mainfrom
sarapapi merged 8 commits intohlt-mt:mainfrom
Conversation
Contributor
Author
|
This depends on #12 |
sarapapi
reviewed
Feb 4, 2026
Contributor
sarapapi
left a comment
There was a problem hiding this comment.
I just have a few questions/clairification comments, but in general, it's good for me
simulstream/server/speech_processors/remote/http_speech_processor_server.py
Outdated
Show resolved
Hide resolved
simulstream/server/speech_processors/remote/http_speech_processor_server.py
Outdated
Show resolved
Hide resolved
simulstream/server/speech_processors/remote/http_speech_processor_server.py
Outdated
Show resolved
Hide resolved
simulstream/server/speech_processors/remote/http_speech_processor_server.py
Outdated
Show resolved
Hide resolved
simulstream/server/speech_processors/remote/http_speech_processor_server.py
Show resolved
Hide resolved
Co-authored-by: sarapapi <57095209+sarapapi@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is needed?
For sharing and reusing speech processors, it is convenient to be able to run speech processors in docker, so that the full environment is available. This is important e.g. for IWSLT campaigns, where organizers need to run participants' solutions.
What does the PR do?
It creates a new gRPC-based speech processor and a HTTP server that exposes a configured speech processor. In this way, the simulstream server/inference can be run setting the HTTP-based speech processor adn configuring it to communicate with the HTTP server that can run in a Docker container.
How is this documented?
Updated documentation and added an example to build a docker in the repo.
How was the PR tested?
Manual runs.