Features are continuously being updated. Stay tuned for our latest developments... ✨
Fast-VC-Service aims to build a high-performance real-time streaming voice conversion cloud service designed for production environments. Based on the Seed-VC model, it supports WebSocket protocol and PCM/OPUS audio encoding formats.
# Install system dependencies (Ubuntu/Debian)
sudo apt-get update
sudo apt-get install -y libopus-dev libopus0 opus-tools
# Clone project
git clone --recursive https://github.com/Leroll/fast-vc-service.git
cd fast-vc-service
# Configure environment
cp .env.example .env
# Install dependencies (using uv)
uv sync
# Start service
uv run fast-vc serve
# WebSocket real-time voice conversion
uv run examples/websocket/ws_client.py
For detailed installation and usage guide, please refer to Quick Start documentation.
| GPU | Concurrency | Worker | Chunk time | First Token Latency | End-to-End Latency | Avg Chunk Latency | Avg RTF | Median RTF | P95 RTF |
|---|---|---|---|---|---|---|---|---|---|
| 4090D | 1 | 6 | 500 | 136.0 | 143.0 | 105.0 | 0.21 | 0.22 | 0.24 |
| 4090D | 12 | 12 | 500 | 140.1 | 256.6 | 216.6 | 0.44 | 0.45 | 0.51 |
| 1080TI | 1 | 6 | 500 | 157.0 | 272.0 | 252.2 | 0.50 | 0.51 | 0.61 |
| 1080TI | 3 | 6 | 500 | 154.3 | 261.3 | 304.9 | 0.61 | 0.62 | 0.73 |
2025-11-04 - v0.1.7: Audio quality improvements and output sample-rate control
2025-10-16 - v0.1.6: Multi-GPU/Multi-instance deployment, semantic feature retrieval, uv package management
2025-07-24 - v0.1.5: Pitch Adaptive Matching Support and Real-time Monitoring Optimization
2025-07-02 - v0.1.3: Added Process and Instance Level Concurrency Monitoring
2025-06-26 - v0.1.2: Persistent Storage Optimization
2025-06-19 - v0.1.1: First Packet Performance Optimization
2025-06-15 - v0.1.0: Basic Service Framework
Completed the core framework construction of real-time voice conversion service based on Seed-VC, implementing WebSocket streaming inference, performance monitoring, multi-format audio support and other complete basic functions.
254 commits
Python
99.4%
Features are continuously being updated. Stay tuned for our latest developments... ✨
Fast-VC-Service aims to build a high-performance real-time streaming voice conversion cloud service designed for production environments. Based on the Seed-VC model, it supports WebSocket protocol and PCM/OPUS audio encoding formats.
# Install system dependencies (Ubuntu/Debian)
sudo apt-get update
sudo apt-get install -y libopus-dev libopus0 opus-tools
# Clone project
git clone --recursive https://github.com/Leroll/fast-vc-service.git
cd fast-vc-service
# Configure environment
cp .env.example .env
# Install dependencies (using uv)
uv sync
# Start service
uv run fast-vc serve
# WebSocket real-time voice conversion
uv run examples/websocket/ws_client.py
For detailed installation and usage guide, please refer to Quick Start documentation.
| GPU | Concurrency | Worker | Chunk time | First Token Latency | End-to-End Latency | Avg Chunk Latency | Avg RTF | Median RTF | P95 RTF |
|---|---|---|---|---|---|---|---|---|---|
| 4090D | 1 | 6 | 500 | 136.0 | 143.0 | 105.0 | 0.21 | 0.22 | 0.24 |
| 4090D | 12 | 12 | 500 | 140.1 | 256.6 | 216.6 | 0.44 | 0.45 | 0.51 |
| 1080TI | 1 | 6 | 500 | 157.0 | 272.0 | 252.2 | 0.50 | 0.51 | 0.61 |
| 1080TI | 3 | 6 | 500 | 154.3 | 261.3 | 304.9 | 0.61 | 0.62 | 0.73 |
2025-11-04 - v0.1.7: Audio quality improvements and output sample-rate control
2025-10-16 - v0.1.6: Multi-GPU/Multi-instance deployment, semantic feature retrieval, uv package management
2025-07-24 - v0.1.5: Pitch Adaptive Matching Support and Real-time Monitoring Optimization
2025-07-02 - v0.1.3: Added Process and Instance Level Concurrency Monitoring
2025-06-26 - v0.1.2: Persistent Storage Optimization
2025-06-19 - v0.1.1: First Packet Performance Optimization
2025-06-15 - v0.1.0: Basic Service Framework
Completed the core framework construction of real-time voice conversion service based on Seed-VC, implementing WebSocket streaming inference, performance monitoring, multi-format audio support and other complete basic functions.
254 commits
Python
99.4%