A text to speech plugin based on StyleTTS2.
Project description
Nendo Plugin VoiceGen StyleTTS2
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-ngas 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
- Install Nendo
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nendo_plugin_voicegen_styletts2-0.1.1.tar.gz.
File metadata
- Download URL: nendo_plugin_voicegen_styletts2-0.1.1.tar.gz
- Upload date:
- Size: 6.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f1646a7ac399f826177bf3a01ac36463f53f31ead6b7086f959e1e256781eec
|
|
| MD5 |
5c710596bbdba90c4403713e7348f898
|
|
| BLAKE2b-256 |
202735ecf0ffcb873d8d905ad5e864e6e3155814962e673a301e70a864272b8f
|
File details
Details for the file nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl.
File metadata
- Download URL: nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f30eb8db26bf8f42cfc33ba2ba46bdb1ad4a5cc03c26f67ae217ec6d3c606384
|
|
| MD5 |
59771f38ae09720deff71c57339cc517
|
|
| BLAKE2b-256 |
bdc2ed1cc8e0efa640af633efe35bb77d01f7a813a4fca7d47064997c2c5a9f6
|