AudioBufferProcessor: treat all streams as intermittent

This fixes an issue with STTMuteFilter that prevents user audio to be pushed
downstream.
This commit is contained in:
Aleix Conchillo Flaqué
2025-06-18 17:59:00 -07:00
parent dc78e874af
commit b118082984
4 changed files with 38 additions and 48 deletions

View File

@@ -119,7 +119,7 @@ async def run_client(client_name: str, server_url: str, duration_secs: int):
# NOTE: Watch out! This will save all the conversation in memory. You can
# pass `buffer_size` to get periodic callbacks.
audiobuffer = AudioBufferProcessor(user_continuous_stream=False)
audiobuffer = AudioBufferProcessor()
pipeline = Pipeline(
[