Skip to content

Releases: dbccccccc/ttsfm

Release v3.2.8: Docker bind fix, docs & version bump

16 Sep 02:04

Choose a tag to compare

🎉 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

24 Aug 06:45

Choose a tag to compare

🎉 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

23 Aug 08:20

Choose a tag to compare

fix #22

Full Changelog: v3.2.5...v3.2.6

v3.2.5

30 Jul 13:10
c437b22

Choose a tag to compare

What's Changed

  • Add WebSocket streaming support and Voice Instructions feature by @jorge123255 in #21

New Contributors

Full Changelog: v3.2.4...v3.2.5

v3.2.4

08 Jul 07:04
f5dcf42

Choose a tag to compare

What's Changed

  • feat: Add internationalization support, API KEY settings by @EmccK in #20

New Contributors

  • @EmccK made their first contribution in #20

Full Changelog: v3.2.3...v3.2.4

v3.2.3

27 Jun 02:09

Choose a tag to compare

🎉 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

26 Jun 04:58

Choose a tag to compare

🎉 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

26 Jun 02:43

Choose a tag to compare

🎉 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

26 Jun 01:19

Choose a tag to compare

🎉 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

13 Jun 16:20

Choose a tag to compare

🎉 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.