WhisperLive icon indicating copy to clipboard operation
WhisperLive copied to clipboard

Only one line in the output srt file!

Open DMK1ng opened this issue 1 year ago • 2 comments

` from whisper_live.client import TranscriptionClient

client = TranscriptionClient( "localhost", 9090, lang="zh", translate=False, model="large-v3", use_vad=False, save_output_recording=False, # Only used for microphone input, False by Default output_recording_filename="./output_recording.wav", # Only used for microphone input ) client(audio='./test.mp4') ` Here's the code I use. In the srt file I only got one line, and the output in command line looked pretty mess... Screenshot 2024-06-20 193415 But sometimes it worked pretty well... image When I use microphone, it always output one line, never success.

DMK1ng avatar Jun 20 '24 11:06 DMK1ng

Same issue with me, not working with live transcription. Even for English transcription, it stops at "You You You" and nothing else appear. Help please.

engriffi1 avatar Aug 01 '24 10:08 engriffi1

Same issue with me.

Ar770 avatar Aug 19 '24 07:08 Ar770