Skip to main content

36 posts tagged with "accessibility"

View All Tags

AI Agent TTS: Generate Human-Like Audio

· 13 min read

If you want an AI agent to sound human, focus on three things first: clean text, the right voice, and the right delivery path. In this guide, I’d boil it down like this: use sync calls for short replies, async jobs for long audio, and the CLI for shell-based workflows. Keep speech near 1.0x for normal use, drop to 0.75x for dense material, and use Flash voices when low delay matters.

TTS Integration with MCP for AI Agents

· 14 min read

Want to make your AI assistant speak? Text-to-Speech (TTS) integration is the solution. By using the Model Context Protocol (MCP), you can connect your AI agent to TTS services like TTSBuddy in just minutes. This allows your AI to deliver audible responses, improving accessibility for users with visual or reading challenges. MCP simplifies the process by acting as a standard interface, much like a universal port for AI tools.

TTSBuddy CLI: Voices, Pipes & Automation

· 16 min read

TTSBuddy CLI is a cross-platform text-to-speech tool that converts text or Markdown files into AI-generated audio directly from your terminal. With 58+ neural AI voices in 14+ languages, it offers extensive customization, including voice selection, speed adjustments, and multiple output formats like MP3, WAV, and JSON. Designed for developers, accessibility users, students, and professionals, it supports automation, stdin inputs, and batch processing for streamlined workflows.