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
When I do: poetry run python -m examples.generate_webvtt -i ~/<path>/segment.wav -m vosk-model-en-us-0.22-lgraph
it works just fine but when i try to run it with the complete file (1.5 hours) it outputs that the process had been killed.
The segment.wav file is 1.5 minutes.
I tried to delete the transcription part (I only need the speaking diarization) and the same problem occurs.
Is the maximum size or length of the file defined somewhere?
The text was updated successfully, but these errors were encountered:
When I do:
poetry run python -m examples.generate_webvtt -i ~/<path>/segment.wav -m vosk-model-en-us-0.22-lgraph
it works just fine but when i try to run it with the complete file (1.5 hours) it outputs that the process had been killed.
The segment.wav file is 1.5 minutes.
I tried to delete the transcription part (I only need the speaking diarization) and the same problem occurs.
Is the maximum size or length of the file defined somewhere?
The text was updated successfully, but these errors were encountered: