Fix: Enable support for WebSocket streaming in client.

Added the `use_wss` parameter to allow the client to handle WebSocket-based streaming. This enhances flexibility for real-time transcription scenarios.
This commit is contained in:
rover0811
2025-05-12 16:42:11 +09:00
parent 41d9f683a8
commit d29993048d
+1
View File
@@ -745,6 +745,7 @@ class TranscriptionClient(TranscriptionTeeClient):
model,
srt_file_path=output_transcription_path,
use_vad=use_vad,
use_wss=use_wss,
log_transcription=log_transcription,
max_clients=max_clients,
max_connection_time=max_connection_time,