This command is working and display the output
However I could not find the command to save the output a text file
What are my options? I want to generate text of speech to upload youtube video for subtitling (yes youtube algorithm failed to auto generate)
deepspeech --model deepspeech-0.8.2-models.pbmm --scorer deepspeech-0.8.2-models.scorer --audio audio/a.wav
Here the above command output but I can not save output to a file which I need
Just add
In your case: