Skip to content

Nendo plugin for text-to-speech generation based on StyleTTS2.

Notifications You must be signed in to change notification settings

okio-ai/nendo_plugin_voicegen_styletts2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Nendo plugin for text-to-speech generation based on StyleTTS2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages