sam-ttsGenerate retro robotic speech audio using SAM (Software Automatic Mouth), the classic C64 text-to-speech synthesizer. Use for /sam command to generate voice messages. Supports /sam on/off toggle mode where all responses are spoken in SAM voice. Supports pitch, speed, mouth, and throat parameters for voice customization.
Install via ClawdBot CLI:
clawdbot install fourthdensity/sam-ttsGrade 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/discordier/samAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Content creators can use SAM TTS to generate nostalgic robotic voiceovers for retro gaming videos, tutorials, or live streams, enhancing engagement with classic Commodore 64 aesthetics. It allows customization of pitch and speed to match different game characters or moods, making content more immersive and unique.
Developers can integrate SAM TTS into applications to provide alternative audio feedback with a distinct robotic voice, offering a customizable and retro option for screen readers or notification systems. The phonetic notation support enables precise pronunciation for technical terms or names, improving usability.
Educators and hobbyists can use SAM TTS in robotics or coding projects to give robots a classic robotic voice, making learning more interactive and fun for students. The toggle mode and parameter adjustments allow real-time voice changes during demonstrations or experiments.
Businesses can deploy SAM TTS in customer service chatbots or IVR systems to create a unique, nostalgic brand voice that stands out from standard TTS options. The mode toggle enables switching between robotic and normal responses based on user preferences or query types.
Audio producers can incorporate SAM TTS for intros, outros, or segment transitions in podcasts, adding a retro flair to modern content. The ability to generate WAV files with custom parameters allows seamless integration into editing workflows for consistent audio quality.
Offer a free tier with basic SAM TTS features for generating voice clips, and a paid subscription for advanced customization, higher usage limits, and integration with popular platforms like Discord or Twitch. Revenue comes from monthly subscriptions and one-time purchases for premium voice packs.
License the SAM TTS skill to software companies for embedding in their applications, such as gaming engines or educational tools, with tiered pricing based on usage volume or features. Provide technical support and customization services to ensure smooth integration and ongoing revenue from licensing fees.
Sell packaged audio toolkits including SAM TTS with GUI interfaces, preset voice profiles, and tutorials for hobbyists and small businesses. Monetize through one-time sales on marketplaces like Gumroad or Etsy, with upsells for additional phonetic libraries or conversion tools.
💬 Integration Tip
Ensure Node.js is installed and test the SAM mode toggle with sample commands before deploying to avoid audio output issues on different platforms.
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.