Skip to content

Commit d299930

Browse files
committed
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.
1 parent 41d9f68 commit d299930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

whisper_live/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ def __init__(
745745
model,
746746
srt_file_path=output_transcription_path,
747747
use_vad=use_vad,
748+
use_wss=use_wss,
748749
log_transcription=log_transcription,
749750
max_clients=max_clients,
750751
max_connection_time=max_connection_time,

0 commit comments

Comments
 (0)