Skip to content

Releases: dbccccccc/ttsfm

v3.4.1

08 Nov 15:31

Choose a tag to compare

TTSFM v3.4.1

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

Installation

pip install ttsfm==3.4.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.4.0

28 Oct 11:51

Choose a tag to compare

TTSFM v3.4.0

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

Installation

pip install ttsfm==3.4.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.4.0-beta1

28 Oct 04:05

Choose a tag to compare

v3.4.0-beta1 Pre-release
Pre-release

TTSFM v3.4.0-beta1

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

Installation

pip install ttsfm==3.4.0-beta1

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.4.0-alpha4

28 Oct 02:26

Choose a tag to compare

v3.4.0-alpha4 Pre-release
Pre-release

TTSFM v3.4.0-alpha4

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

Installation

pip install ttsfm==3.4.0-alpha4

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.4.0-alpha3

26 Oct 08:04

Choose a tag to compare

v3.4.0-alpha3 Pre-release
Pre-release

TTSFM v3.4.0-alpha3

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

Installation

pip install ttsfm==3.4.0-alpha3

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.4.0-alpha2

26 Oct 05:35

Choose a tag to compare

v3.4.0-alpha2 Pre-release
Pre-release

TTSFM v3.4.0-alpha2

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

Installation

pip install ttsfm==3.4.0-alpha2

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.4.0-alpha1

23 Oct 05:10

Choose a tag to compare

v3.4.0-alpha1 Pre-release
Pre-release

TTSFM v3.4.0-alpha1

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

Installation

pip install ttsfm==3.4.0-alpha1

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

21 Oct 03:12

Choose a tag to compare

TTSFM v3.3.7

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

Installation

pip install ttsfm==3.3.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.3.6

21 Oct 02:48

Choose a tag to compare

TTSFM v3.3.6

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

Installation

pip install ttsfm==3.3.6

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

21 Oct 02:30

Choose a tag to compare

Full Changelog: v3.3.4...v3.3.5