Skip to main content

A powerful, Transformer-based text-to-speech (TTS) tool.

Project description

str2speech

Overview

str2speech is a simple command-line tool for converting text to speech using Transformer-based text-to-speech (TTS) models. It supports multiple models and voice presets, allowing users to generate high-quality speech audio from text.

Latest

Added support for Sesame CSM-1B. Here's how to use it:

export HF_TOKEN=<your huggingface token>
str2speech --text "Hello from Sesame" --model "sesame/csm-1b"

Note that this model needs a GPU to run.


Added support for Kokoro-82M. Just try this out:

str2speech --text "Hello again" --model "kokoro"

This is probably the easiest way to use the model.


Added support for Zyphra Zonos. Just try this out:

str2speech --text "Hello again" \
    --model "Zyphra/Zonos-v0.1-transformer" \
    --output helloagain.wav

Alternatively, you could write Python code to use it:

from str2speech.speaker import Speaker

speaker = Speaker("Zyphra/Zonos-v0.1-transformer")
speaker.text_to_speech("Hello, this is a test!", "output.wav")

str2speech will try to install Zonos if it doesn't detect it on your system. You might still have to install espeak-ng manually.

If you choose to install Zonos yourself, please run the following:

apt install espeak-ng
git clone https://github.com/hathibelagal-dev/Zonos.git
cd Zonos && pip install -e .

Features

  • Supports multiple TTS models, including suno/bark-small, suno/bark, and various facebook/mms-tts models.
  • Allows selection of voice presets.
  • Supports text input via command-line arguments or files.
  • Outputs speech in .wav format.
  • Works with both CPU and GPU.

Installation

To install str2speech, first make sure you have pip installed, then run:

pip install str2speech

Usage

Command Line

Run the script via the command line:

str2speech --text "Hello, world!" --output hello.wav

Options

  • --text (-t): The text to convert to speech.
  • --file (-f): A file containing text to convert to speech.
  • --voice (-v): The voice preset to use (optional, defaults to a predefined voice).
  • --output (-o): The output .wav file name (optional, defaults to output.wav).
  • --model (-m): The TTS model to use (optional, defaults to suno/bark-small).

Example:

str2speech --file input.txt --output speech.wav --model suno/bark

API Usage

You can also use str2speech as a Python module:

from str2speech.speaker import Speaker

speaker = Speaker()
speaker.text_to_speech("Hello, this is a test.", "test.wav")

Available Models

The following models are supported:

  • suno/bark-small (default)
  • suno/bark
  • facebook/mms-tts-eng
  • facebook/mms-tts-deu
  • facebook/mms-tts-fra
  • facebook/mms-tts-spa
  • Zyphra/Zonos-v0.1-transformer
  • Kokoro
  • Sesame/CSM-1B

Tested With These Dependencies

  • transformers==4.49.0
  • torch==2.5.1+cu124
  • numpy==1.26.4
  • scipy==1.13.1

License

This project is licensed under the GNU General Public License v3 (GPLv3).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

str2speech-0.2.4.tar.gz (23.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

str2speech-0.2.4-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

Details for the file str2speech-0.2.4.tar.gz.

File metadata

  • Download URL: str2speech-0.2.4.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for str2speech-0.2.4.tar.gz
Algorithm Hash digest
SHA256 3f553af26eb7ab8e83560b913b365c440e83d00a2a3eda0bc9a13815bd043401
MD5 4d2fa8f4458a71d7585c6a178f1ad24b
BLAKE2b-256 572cbb535235d6d18989a6a25834a6aa5f25e88b7fda1016eda1f06a66e43c19

See more details on using hashes here.

File details

Details for the file str2speech-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: str2speech-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for str2speech-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d37018a7733be1c647e31897f3100397da1650c89d0743ea741603fb423e6a02
MD5 3079324be361254e4c7289693e7f342d
BLAKE2b-256 bf96dd49d6e27b8165e3d248c99bc34143c966196efdab3e02216b4f078a89e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page