Fish Speech 1.5 TTS plugin for VOCO audio inference runtime
Project description
voco-fishspeech
Fish Speech plugin for VOCO - multilingual text-to-speech with voice cloning.
Install
pip install -e .
Usage
from voco.core import AudioRouter
router = AudioRouter()
router.load("fishspeech", alias="tts")
for result in router.infer(
"tts",
text="Hello world",
ref_audio="reference.wav",
ref_text="Reference transcript"
):
print(result.audio.shape)
Features
- Multilingual support
- Voice cloning capabilities
- High-quality speech synthesis
- Flexible reference encoding
Requirements
- Python >=3.10
- PyTorch with CUDA support recommended
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voco_fishspeech-0.0.4.tar.gz
(45.3 kB
view details)
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 voco_fishspeech-0.0.4.tar.gz.
File metadata
- Download URL: voco_fishspeech-0.0.4.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ec0f6dfe0bd2d235b558949dfd9dbcf93708f2ae68a872e1d1cf36cc199da22
|
|
| MD5 |
7c26e1057ca383c45ee40661178a0130
|
|
| BLAKE2b-256 |
d45dd97bcac5afd14aeb5408ec69fcce8c91fc7e790acb786226f3fa3e43ca00
|
File details
Details for the file voco_fishspeech-0.0.4-py3-none-any.whl.
File metadata
- Download URL: voco_fishspeech-0.0.4-py3-none-any.whl
- Upload date:
- Size: 55.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c96aae0d14cf22c5a3c8fb0515826fe0f9d08783dd5a5b276967a7ba16fdda4
|
|
| MD5 |
53e37ffbf3e926b2dfd12929e0f622c1
|
|
| BLAKE2b-256 |
da52b465e952746d490c7f674d20ff2f08c2014c976444f0e3a2b84884763949
|