Skip to main content

A text to speech plugin based on StyleTTS2.

Project description

Nendo Plugin VoiceGen StyleTTS2


nendo core


Website Twitter Discord


A text to speech plugin based on StyleTTS2.

Requirements

[!WARNING] This plugin is currently only supported on Linux. We are actively working on adding support for MacOS. But since we are using espeak-ng as a backend, we are limited to Linux.

Please install the requirements for StyleTTS2:

pip install git+https://github.com/resemble-ai/monotonic_align.git
sudo apt-get install espeak-ng

Installation

  1. Install Nendo
  2. pip install nendo-plugin-voicegen-styletts2

Usage

Take a look at a basic usage example below. For more detailed information and other plugin examples, please refer to the documentation.

>>> from nendo import Nendo
>>> nd = Nendo(plugins=["nendo_plugin_voicegen_styletts2"])
>>> track = nd.library.add_track(file_path="path/to/file.mp3")

>>> track = nd.plugins.voicegen_styletts2(track=track)
>>> track.play()

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

nendo_plugin_voicegen_styletts2-0.1.1.tar.gz (6.6 MB view hashes)

Uploaded Source

Built Distribution

Supported by

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