Documentation ¶
Overview ¶
Command livecaption pipes the stdin audio data to Google Speech API and outputs the transcript.
As an example, gst-launch can be used to capture the mic input:
$ gst-launch-1.0 -v pulsesrc ! audioconvert ! audioresample ! audio/x-raw,channels=1,rate=16000 ! filesink location=/dev/stdout | livecaption
Click to show internal directories.
Click to hide internal directories.