online
offline
2pass
# File recognition (Offline) manyspeech asr -t offline -f audio.wav # Microphone recognition (Online) manyspeech asr -t online -i mic # 2pass recognition manyspeech asr -t 2pass -i mic
text
json
srt
vtt
manyspeech asr -t offline --format srt -f audio.wav
# Microphone online detection manyspeech vad -t online -i mic # Audio file offline detection manyspeech vad -t offline -f audio.wav # Specify output format manyspeech vad -t offline --format wav -f audio.wav
# Direct text input manyspeech punc --text "hello world how are you" # Read from file manyspeech punc -f text.txt