A command-line tool for recording audio from system microphones and transcribing speech to text. Integrates with the ScorpioX communication suite for voice-driven workflows.
This tool operates with sensible defaults and does not require command-line flags.
# Start recording from default microphone scorpiox-voice record ● Recording... press Ctrl+C to stop ■ Saved: voice_2026-03-13_15-42-01.wav (12.4s, 16-bit 44.1kHz)
# Transcribe a previously recorded file scorpiox-voice transcribe voice_2026-03-13_15-42-01.wav Transcription (en): "Hey team, the deployment is ready for staging. Please review the PR before end of day."
# Record then immediately transcribe scorpiox-voice record --transcribe ● Recording... press Ctrl+C to stop ■ Saved: voice_2026-03-13_15-44-30.wav (8.1s) ⟳ Transcribing... "Schedule the meeting for Friday at 3 PM."
# Record a voice memo and email the transcript scorpiox-voice record --transcribe | scorpiox-email send \ --to team@company.com \ --subject "Voice memo transcript" # Use with scorpiox-whatsapp scorpiox-voice transcribe meeting.wav | scorpiox-whatsapp send \ --to "+1234567890"
scorpiox-voice devices
Audio Input Devices:
[0] Built-in Microphone (default)
[1] USB Condenser Mic
[2] Bluetooth Headset