Metadata-Version: 2.1
Name: OpenVoicePlus
Version: 0.0.1
Summary: OpenVoicePlus: Advanced python library for OpenVoicePlus
Home-page: https://github.com/kadirnar/OpenVoicePlus
Author: kadirnar
Author-email: kadir.nar@hotmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: librosa==0.9.1
Requires-Dist: faster-whisper==0.9.0
Requires-Dist: pydub==0.25.1
Requires-Dist: wavmark==0.0.3
Requires-Dist: numpy==1.26.4
Requires-Dist: eng_to_ipa==0.0.2
Requires-Dist: inflect==7.0.0
Requires-Dist: unidecode==1.3.7
Requires-Dist: whisper-timestamped==1.14.2
Requires-Dist: openai
Requires-Dist: python-dotenv
Requires-Dist: pypinyin==0.50.0
Requires-Dist: cn2an==0.5.22
Requires-Dist: jieba==0.42.1
Requires-Dist: gradio==3.48.0
Requires-Dist: langid==1.1.6

# <div align="center">

<h2>
    OpenVoicePlus: Advanced Python Library for OpenVoice
</h2>
<div>
    <img width="500" alt="teaser" src="doc/melo_logo.png">
</div>
<div>
    <a href="https://pypi.org/project/openvoiceplus" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/openvoiceplus.svg?color=%2334D058" alt="Supported Python versions">
    </a>
    <a href="https://badge.fury.io/py/openvoiceplus"><img src="https://badge.fury.io/py/openvoiceplus.svg" alt="pypi version"></a>
</div>
</div>

## 🛠️ Installation

```bash
pip install openvoiceplus
```

## 🎙️ Usage

```python

```

## 😍 Contributing

```bash
pip install pre-commit
pre-commit install
pre-commit run --all-files
```

## 📜 License

This project is licensed under the terms of the MIT License.

## 🤗 Citation

```bibtex
@article{qin2023openvoice,
  title={OpenVoice: Versatile Instant Voice Cloning},
  author={Qin, Zengyi and Zhao, Wenliang and Yu, Xumin and Sun, Xin},
  journal={arXiv preprint arXiv:2312.01479},
  year={2023}
}
```
