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()
Release files for nendo-plugin-voicegen-styletts2 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nendo_plugin_voicegen_styletts2-0.1.1.tar.gz | 6.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.3 MB
Release files / nendo_plugin_voicegen_styletts2-0.1.1.tar.gz
| Download URL | nendo_plugin_voicegen_styletts2-0.1.1.tar.gz |
|---|---|
| Size | 6.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f1646a7ac399f826177bf3a01ac36463f53f31ead6b7086f959e1e256781eec
|
|
BLAKE2b-256 checksum How to use checksums |
202735ecf0ffcb873d8d905ad5e864e6e3155814962e673a301e70a864272b8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|
Release files / nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl
| Download URL | nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f30eb8db26bf8f42cfc33ba2ba46bdb1ad4a5cc03c26f67ae217ec6d3c606384
|
|
BLAKE2b-256 checksum How to use checksums |
bdc2ed1cc8e0efa640af633efe35bb77d01f7a813a4fca7d47064997c2c5a9f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|