discord-local-stt-tts-installer(macOS) Discord voice assistant installer. Install/update discord-local-stt-tts (Discord voice, Discord local, local STT + local TTS) from GitHub Releases.
Install via ClawdBot CLI:
clawdbot install vilmire/discord-local-stt-tts-installerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/vilmire/discord-local-stt-ttsUses known external API (expected, informational)
api.github.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Community managers install this plugin to enable voice-based moderation commands on Discord servers, allowing moderators to issue bans or warnings via speech. This reduces manual typing and speeds up response times during active discussions.
Gamers with mobility impairments use this plugin to control Discord voice chat through speech-to-text, enabling hands-free communication during gameplay. It integrates with local STT engines for privacy and low latency.
Software developers set up this plugin to automate tasks like code deployment or system monitoring via voice commands on Discord, leveraging local processing to avoid cloud dependencies. It enhances productivity in remote team collaborations.
Educators deploy this plugin in virtual classrooms on Discord to create interactive voice assistants that answer student queries or manage class activities. Local STT/TTS ensures data privacy and reduces internet reliance.
Smart home enthusiasts use this plugin to control IoT devices through Discord voice commands, integrating with local STT for secure, offline operation. It allows voice-activated lighting or temperature adjustments.
Offer free installation and basic support for the plugin, with premium tiers providing advanced customization, priority updates, and dedicated troubleshooting. Revenue comes from subscription fees for enhanced features.
Provide paid consultation to businesses or individuals for integrating and configuring the plugin with their Discord setups, including custom STT/TTS engine setups. Revenue is generated through hourly or project-based fees.
Partner with hardware vendors (e.g., microphones, audio interfaces) or software tools (e.g., STT engines) and earn commissions by recommending compatible products in installation guides. Revenue comes from affiliate sales.
💬 Integration Tip
Ensure ffmpeg and Python3 are installed before running the installer, and check macOS permissions for microphone and speech recognition to avoid runtime errors.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.