nendo-plugin-voicegen-styletts2


Namenendo-plugin-voicegen-styletts2 JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://okio.ai
SummaryA text to speech plugin based on StyleTTS2.
upload_time2024-02-29 15:49:28
maintainer
docs_urlNone
authorAaron Abebe
requires_python>=3.8,<3.11
licenseMIT
keywords ai ml generative music okio nendo audio generation tts styletts2 text to speech zero-shot voice cloning voice cloning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nendo Plugin VoiceGen StyleTTS2

<br>
<p align="left">
    <img src="https://okio.ai/docs/assets/nendo_core_logo.png" width="350" alt="nendo core">
</p>
<br>

<p align="left">
<a href="https://okio.ai" target="_blank">
    <img src="https://img.shields.io/website/https/okio.ai" alt="Website">
</a>
<a href="https://twitter.com/okio_ai" target="_blank">
    <img src="https://img.shields.io/twitter/url/https/twitter.com/okio_ai.svg?style=social&label=Follow%20%40okio_ai" alt="Twitter">
</a>
<a href="https://discord.gg/gaZMZKzScj" target="_blank">
    <img src="https://dcbadge.vercel.app/api/server/XpkUsjwXTp?compact=true&style=flat" alt="Discord">
</a>
</p>

---

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`: 

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


## Installation

1. [Install Nendo](https://github.com/okio-ai/nendo#installation)
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](https://okio.ai/docs/plugins).

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

    

            

Raw data

            {
    "_id": null,
    "home_page": "https://okio.ai",
    "name": "nendo-plugin-voicegen-styletts2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.11",
    "maintainer_email": "",
    "keywords": "AI,ML,generative,music,okio,nendo,audio generation,TTS,StyleTTS2,text to speech,zero-shot voice cloning,voice cloning",
    "author": "Aaron Abebe",
    "author_email": "aaron@okio.ai",
    "download_url": "https://files.pythonhosted.org/packages/20/27/35ecf0ffcb873d8d905ad5e864e6e3155814962e673a301e70a864272b8f/nendo_plugin_voicegen_styletts2-0.1.1.tar.gz",
    "platform": null,
    "description": "# Nendo Plugin VoiceGen StyleTTS2\n\n<br>\n<p align=\"left\">\n    <img src=\"https://okio.ai/docs/assets/nendo_core_logo.png\" width=\"350\" alt=\"nendo core\">\n</p>\n<br>\n\n<p align=\"left\">\n<a href=\"https://okio.ai\" target=\"_blank\">\n    <img src=\"https://img.shields.io/website/https/okio.ai\" alt=\"Website\">\n</a>\n<a href=\"https://twitter.com/okio_ai\" target=\"_blank\">\n    <img src=\"https://img.shields.io/twitter/url/https/twitter.com/okio_ai.svg?style=social&label=Follow%20%40okio_ai\" alt=\"Twitter\">\n</a>\n<a href=\"https://discord.gg/gaZMZKzScj\" target=\"_blank\">\n    <img src=\"https://dcbadge.vercel.app/api/server/XpkUsjwXTp?compact=true&style=flat\" alt=\"Discord\">\n</a>\n</p>\n\n---\n\nA text to speech plugin based on StyleTTS2. \n\n## Requirements\n\n> [!WARNING]\n> **This plugin is currently only supported on Linux.**\n> We are actively working on adding support for MacOS.\n> But since we are using `espeak-ng` as a backend, we are limited to Linux.\n\nPlease install the requirements for `StyleTTS2`: \n\n```sh\npip install git+https://github.com/resemble-ai/monotonic_align.git\nsudo apt-get install espeak-ng\n```\n\n\n## Installation\n\n1. [Install Nendo](https://github.com/okio-ai/nendo#installation)\n2. `pip install nendo-plugin-voicegen-styletts2`\n\n## Usage\n\nTake a look at a basic usage example below.\nFor more detailed information and other plugin examples, please refer to the [documentation](https://okio.ai/docs/plugins).\n\n```pycon\n>>> from nendo import Nendo\n>>> nd = Nendo(plugins=[\"nendo_plugin_voicegen_styletts2\"])\n>>> track = nd.library.add_track(file_path=\"path/to/file.mp3\")\n\n>>> track = nd.plugins.voicegen_styletts2(track=track)\n>>> track.play()\n```\n\n    \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A text to speech plugin based on StyleTTS2.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://okio.ai",
        "Repository": "https://github.com/okio-ai/nendo_plugin_voicegen_styletts2"
    },
    "split_keywords": [
        "ai",
        "ml",
        "generative",
        "music",
        "okio",
        "nendo",
        "audio generation",
        "tts",
        "styletts2",
        "text to speech",
        "zero-shot voice cloning",
        "voice cloning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdc2ed1cc8e0efa640af633efe35bb77d01f7a813a4fca7d47064997c2c5a9f6",
                "md5": "59771f38ae09720deff71c57339cc517",
                "sha256": "f30eb8db26bf8f42cfc33ba2ba46bdb1ad4a5cc03c26f67ae217ec6d3c606384"
            },
            "downloads": -1,
            "filename": "nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59771f38ae09720deff71c57339cc517",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.11",
            "size": 6647888,
            "upload_time": "2024-02-29T15:49:23",
            "upload_time_iso_8601": "2024-02-29T15:49:23.799762Z",
            "url": "https://files.pythonhosted.org/packages/bd/c2/ed1cc8e0efa640af633efe35bb77d01f7a813a4fca7d47064997c2c5a9f6/nendo_plugin_voicegen_styletts2-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "202735ecf0ffcb873d8d905ad5e864e6e3155814962e673a301e70a864272b8f",
                "md5": "5c710596bbdba90c4403713e7348f898",
                "sha256": "6f1646a7ac399f826177bf3a01ac36463f53f31ead6b7086f959e1e256781eec"
            },
            "downloads": -1,
            "filename": "nendo_plugin_voicegen_styletts2-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5c710596bbdba90c4403713e7348f898",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.11",
            "size": 6637400,
            "upload_time": "2024-02-29T15:49:28",
            "upload_time_iso_8601": "2024-02-29T15:49:28.103533Z",
            "url": "https://files.pythonhosted.org/packages/20/27/35ecf0ffcb873d8d905ad5e864e6e3155814962e673a301e70a864272b8f/nendo_plugin_voicegen_styletts2-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 15:49:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "okio-ai",
    "github_project": "nendo_plugin_voicegen_styletts2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nendo-plugin-voicegen-styletts2"
}
        
Elapsed time: 0.23870s