mission-control/docs/tts-research.md

1.7 KiB

TTS Research Summary

Piper (Open-source) + GitHub Pages Hosting

  • Quality: High (Mimics human speech)
  • Cost: Free (open-source)
  • Setup: Python + pre-trained models
  • Pros: No API limits, full control
  • Cons: Requires technical setup

Free TTS API Options

  1. Google Cloud TTS

    • Free tier: 1000 chars/month
    • Quality: Professional-grade
    • Cost: Free for small usage
    • Learn more
  2. AWS Polly

    • Free tier: 5 million characters/month
    • Quality: Industry-leading
    • Cost: Free for initial usage
    • Learn more
  3. ElevenLabs

    • Free tier: 1000 credits/month
    • Quality: High (emotional voices)
    • Cost: Free for basic use
    • Learn more

Browser-Based TTS

RSS Feed Generation

Audio Hosting Options

  1. GitHub Pages (free, static files)
  2. Dropbox (free 2GB storage)
  3. SoundCloud (free, streaming)
  4. Amazon S3 (free tier: 5GB storage)

Sample Implementation

# Install Piper
pip install piper

# Generate audio
piper --model en_US-ljspeech --text "Your blog post text here" --output audio.mp3

# Host on GitHub Pages
# 1. Create GitHub repo
# 2. Upload audio.mp3
# 3. Enable GitHub Pages in settings

Note: Web search results were not available due to missing Brave API key. This document uses general knowledge. Consider configuring the API key for more detailed research.