I am trying to transcribe an audio file that is more than 30 minutes long with the following command, using deepspeech-gpu
and the built-in pre-trained models:
deepspeech --model deepspeech-0.9.3-models.pbmm --scorer deepspeech-0.9.3-models.scorer --audio "A:\untitled2.wav"
I am running this on Windows 10, with a nVidia RTX 2080 GPU. For shorter files, I get pretty reasonable outputs. For longer, however, it seems that the application is running for some time (1-2 minutes), but then produces no errors or output.
Are longer files not supported with DeepSpeech? If they are, am I missing something when I try to run the command?