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?
When I do:
poetry run python -m examples.generate_webvtt -i ~/<path>/segment.wav -m vosk-model-en-us-0.22-lgraphit 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?