I suppose it would be a pipeline? I want to replace the need to stream audio to STT, send text to LLM, send result to TTS - that loop is 650ms. I would assume that STS via GPT real time could transcribe, reason and synthesize in one network pass at around 350ms. Eliminating the need for separate transcription and voice configuration.