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 directoryapp.py: FastAPI application factoryserver.py: Server entry pointprotocol.py: Protocol definitionshandlers/: Request handlersmodels/: Model implementationsutils/: Utility functionsflashcosyvoice/: CosyVoice2 implementation
Project details
Release history Release notifications | RSS feed
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.5.tar.gz
(84.0 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
token2audio-0.1.5-py3-none-any.whl
(106.5 kB
view details)
File details
Details for the file token2audio-0.1.5.tar.gz.
File metadata
- Download URL: token2audio-0.1.5.tar.gz
- Upload date:
- Size: 84.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
033df696f2a0b6ba606eab4202458e2d3312da3372b527a2b0386846fcbe8b7c
|
|
| MD5 |
5dd11e78f302bff2e4e8211042e58738
|
|
| BLAKE2b-256 |
333aac489e4acb85659346195cbfea86e63cdf7bab814cb2a60ce86ab9a7b4ae
|
File details
Details for the file token2audio-0.1.5-py3-none-any.whl.
File metadata
- Download URL: token2audio-0.1.5-py3-none-any.whl
- Upload date:
- Size: 106.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe9e3b19508c1fa4f12f21aa9ee8a6d2e7274307d994fe3f51d844cf77ed6240
|
|
| MD5 |
7e640e5bf3539113e40f34e8b8048d76
|
|
| BLAKE2b-256 |
3df1dc42badca1a78edb8baedecb3b46f9aacbf1c4fa7890a274a0be0dcf00f4
|