You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
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.
The text was updated successfully, but these errors were encountered:
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.
`
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.
The text was updated successfully, but these errors were encountered: