Usage Guide

ManySpeech-CLI provides three core subcommands:

Subcommands Overview

SubcommandFunctionSupported Types
asrSpeech Recognitiononline / offline / 2pass
vadVoice Activity Detectiononline / offline
puncPunctuation Restoration-

Command Structure

manyspeech <subcommand> [options...]

💡 Tip: Global options (--base, --vad, --output, --debug, etc.) can be placed anywhere in the command line.

Quick Examples

# Speech Recognition
manyspeech asr -t offline -f audio.wav

# VAD Detection
manyspeech vad -t online -i mic

# Punctuation Restoration
manyspeech punc --text "hello world"