simulstream.server.speech_processors.remote.http_proxy_speech_processor.HttpProxySpeechProcessor

class simulstream.server.speech_processors.remote.http_proxy_speech_processor.HttpProxySpeechProcessor(config)

HTTP-based proxy implementation of SpeechProcessor.

This class does not perform speech processing locally. Instead, it forwards all method calls to a remote speech processor exposed via HTTP, maintaining a dedicated session on the server side.

Each instance of this class corresponds to exactly one remote session.