Skip to main content

Fish Speech 1.5 TTS plugin for VOCO audio inference runtime

Project description

voco-fishspeech

Fish Speech 1.5 TTS plugin for VOCO audio inference runtime.

Installation

cd plugins/voco-fishspeech
pip install -e .

Requirements

  • Fish Speech 1.5 checkpoints should be available at the configured checkpoint path
  • All Fish Speech code is bundled inside the plugin (no external dependencies needed)

Usage

from voco import Voco

# Initialize with Fish Speech
voco = Voco(model="fishspeech", device="cuda", checkpoint_path="checkpoints/fish-speech-1.5")

# Generate audio
for audio_chunk in voco.generate(
    text="Hello, this is a test of Fish Speech.",
    reference_audio="path/to/reference.wav",
    reference_text="reference audio",
    temperature=0.7,
    top_p=0.7,
    repetition_penalty=1.1
):
    # Process audio chunk
    pass

Configuration

  • checkpoint_path: Path to Fish Speech 1.5 checkpoints (default: "checkpoints/fish-speech-1.5")
  • device: Device to run inference on (default: "cuda")
  • dtype: Data type for inference (default: "bfloat16")
  • compile: Whether to compile the model with torch.compile (default: True)

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.1.tar.gz (43.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voco_fishspeech-0.0.1-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

Details for the file voco_fishspeech-0.0.1.tar.gz.

File metadata

  • Download URL: voco_fishspeech-0.0.1.tar.gz
  • Upload date:
  • Size: 43.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for voco_fishspeech-0.0.1.tar.gz
Algorithm Hash digest
SHA256 4174b7551c170e9dfd4618b1309b72f449127f9ff7f3a78fa7304070d09d5a19
MD5 f8ae8bef9e8b8d0f9c723bec12ef9960
BLAKE2b-256 8031e5dc57e2b07204a5efb27700be2659ea7ef49cc2221e9bebbc68f6256c87

See more details on using hashes here.

File details

Details for the file voco_fishspeech-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for voco_fishspeech-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e92f67c35fdc9b6ff9cc7535513d8c52e44208bb80b753c4f734549dcb4f8cf
MD5 ea89b32a0ce381f4dd047587876bc293
BLAKE2b-256 2a0595e58583637e814bdf749f6023382d9da0d5480a16d2001e11047d739421

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page