Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one line in the output srt file! #239

Open
DMK1ng opened this issue Jun 20, 2024 · 2 comments
Open

Only one line in the output srt file! #239

DMK1ng opened this issue Jun 20, 2024 · 2 comments

Comments

@DMK1ng
Copy link

DMK1ng commented Jun 20, 2024

`
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.

@engriffi1
Copy link

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.

@Ar770
Copy link

Ar770 commented Aug 19, 2024

Same issue with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants