Metadata-Version: 2.4
Name: lectura-vc-locuteurs
Version: 1.0.1
Summary: RVC voice conversion with 6 pre-trained French voices (pure ONNX) — Conversion vocale RVC
Author-email: Max Carriere <admin@lectura.world>
License: AGPL-3.0-or-later
Project-URL: Homepage, https://www.lectura.world/developpement/modules/
Project-URL: Repository, https://github.com/maxcarriere/lectura-modules/tree/main/VC-Locuteurs
Project-URL: Issues, https://github.com/maxcarriere/lectura-modules/issues
Keywords: voice-conversion,rvc,onnx,french,speech,speaker-transfer,audio
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: French
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: onnxruntime>=1.16
Requires-Dist: numpy>=1.24
Requires-Dist: librosa>=0.10
Requires-Dist: soundfile>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"

# lectura-vc-locuteurs

RVC voice conversion with 6 pre-trained French voices — pure ONNX inference, no PyTorch required.

*Conversion vocale RVC avec 6 voix francaises pre-entrainees — inference ONNX pure, sans PyTorch.*

## Installation

```bash
pip install lectura-vc-locuteurs
```

## Usage

```python
from lectura_vc_locuteurs import convertir, lister_locuteurs

# Lister les voix disponibles
locuteurs = lister_locuteurs()

# Convertir un audio avec une voix
audio_converti = convertir(audio_source, locuteur="voix_1")
```

## Licence

AGPL-3.0-or-later — voir [LICENCE.txt](LICENCE.txt).
Modeles pre-entraines : voir [MODEL_LICENCE.md](MODEL_LICENCE.md).

**Licence commerciale et modeles locaux disponibles** — contacter [admin@lectura.world](mailto:admin@lectura.world).
