I'm trying out this Cognitive Service speech-to-text CLI:
I can generate an output file, but the transcript is just one very long line.
Is there a way to have some line breaks somehow? Maybe when the service detects a pause, it inserts a line break?
Also when I try to use an MP3 file (using --format mp3), I get this error: ERROR: Exception with an error code: 0x29 (SPXERR_GSTREAMER_NOT_FOUND_ERROR) Do I need to install anything else for MP3 to work?
Thank you very much.