Releases: dbccccccc/ttsfm
Release v3.2.8: Docker bind fix, docs & version bump
🎉 TTSFM v3.2.8
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==3.2.8🚀 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.
v3.2.7
🎉 TTSFM v3.2.7
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==3.2.7🚀 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.
v3.2.6
v3.2.5
What's Changed
- Add WebSocket streaming support and Voice Instructions feature by @jorge123255 in #21
New Contributors
- @jorge123255 made their first contribution in #21
Full Changelog: v3.2.4...v3.2.5
v3.2.4
v3.2.3
🎉 TTSFM v3.2.3
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==v3.2.3🚀 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.
v3.2.2
🎉 TTSFM v3.2.2
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==v3.2.2🚀 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.
v3.2.1
🎉 TTSFM v3.2.1
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==v3.2.1🚀 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.
v3.2.0
🎉 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.
v3.1.0
🎉 TTSFM v3.1.0
New release of TTSFM - Free Text-to-Speech API with OpenAI compatibility.
📦 Installation
pip install ttsfm==v3.1.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.