Skip to content

v3.2.0

Choose a tag to compare

@dbccccccc dbccccccc released this 26 Jun 01:19
· 69 commits to main since this release

🎉 TTSFM v3.2.0

New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.

📦 Installation

pip install ttsfm==v3.2.0

🚀 Quick Start

from ttsfm import TTSClient

client = TTSClient()
response = client.generate_speech("Hello from TTSFM!")
response.save_to_file("hello")

🐳 Docker

docker run -p 8000:8000 dbcccc/ttsfm:latest

✨ Features

  • 🆓 Completely free (uses openai.fm service)
  • 🎯 OpenAI-compatible API
  • 🗣️ 11 voices available
  • 🎵 6 audio formats (MP3, WAV, OPUS, AAC, FLAC, PCM)
  • ⚡ Async and sync clients
  • 🌐 Web interface included
  • 🔧 CLI tool available

📚 Documentation

See README for full documentation.