scorpiox-voice 🤖 AI Provider

Voice recording and transcription tool for capturing audio input and converting speech to text using AI-powered transcription services.

Platforms

Linux x64 Linux ARM64 macOS ARM64 Windows x64

⚙️ Flags & Options

This tool runs with no flags — it operates using environment configuration and defaults.

💡 Usage Examples

# Record voice and transcribe to stdout
$ scorpiox-voice
🎙 Recording... press Ctrl+C to stop
✅ Transcription: "Deploy the staging environment and run integration tests."

# Pipe transcription output into another command
$ scorpiox-voice | scorpiox-bash
🎙 Recording... press Ctrl+C to stop
✅ Transcription: "list all running containers"
→ Executing: podman ps

# Use voice input for code assistant context
$ PROMPT=$(scorpiox-voice) && sx "$PROMPT"
🎙 Recording... press Ctrl+C to stop
✅ Transcription: "Refactor the auth module to use JWT tokens"

# Quick voice memo — save transcription to a file
$ scorpiox-voice > meeting-notes.txt
🎙 Recording... press Ctrl+C to stop
✅ Saved transcription to meeting-notes.txt

# Chain with scorpiox-email for voice-dictated messages
$ scorpiox-voice | scorpiox-email --to team@example.com --subject "Update"

📦 Source & Build Info

Source File
scorpiox/scorpiox-voice.c
Lines of Code
472
Dependencies
libcurl, libsxhttp, libsxutil, yyjson

🔗 Related Tools