Only one line in the output srt file!
` 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...
But sometimes it worked pretty well...
When I use microphone, it always output one line, never success.
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.
Same issue with me.