Skip to main content

Token2Audio Server Package

Project description

Token2Audio Package

This package provides a Token2Audio server for audio synthesis.

Installation

# 无 GPU(默认):
pip install token2audio
# 有 NVIDIA GPU:
pip install token2audio[gpu]

# or from source
pip install .

Usage

download pre-trained models:

python -m token2audio.download /path/to/models

You can run the server directly using the command line:

python -m token2audio.server --model-path /path/to/models --host 0.0.0.0 --port 8000

Or import and run in Python:

from token2audio import run_app

# Run the server (will parse command line arguments)
if __name__ == "__main__":
    run_app()

Development

The package structure is as follows:

  • token2audio/: Main package directory
    • app.py: FastAPI application factory
    • server.py: Server entry point
    • protocol.py: Protocol definitions
    • handlers/: Request handlers
    • models/: Model implementations
    • utils/: Utility functions
    • flashcosyvoice/: CosyVoice2 implementation

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

token2audio-0.1.9.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

token2audio-0.1.9-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file token2audio-0.1.9.tar.gz.

File metadata

  • Download URL: token2audio-0.1.9.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for token2audio-0.1.9.tar.gz
Algorithm Hash digest
SHA256 d4ead024377922fc4d9b017ccdf79661979a082e9ebb251b21d738fff334fa9e
MD5 21bc94a727a9cde89631783b4a48f229
BLAKE2b-256 5dc3c184a4437ab05a5829216daffc3567aed130931f0b6f7dafd722dffb3e2d

See more details on using hashes here.

File details

Details for the file token2audio-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: token2audio-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for token2audio-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3ba0698c74d36d95ce5aa45659654c0084b1599dc23e23bf419a3cc5ee341258
MD5 e6522b9b15978960d5a720918ca376e4
BLAKE2b-256 bf593205ad627d9d8c0bb69e87e5a0c1708573e2c03d8680a8849b37ea81a9bf

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