mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
Keep source-evidence.json as local workflow material by ignoring it repository-wide and remove previously committed evidence files from application trees.
Voicebox
产品介绍
Voicebox 是一个本地优先的 AI 语音工作室,提供语音克隆、语音生成、录音转写和 MCP 语音接口。
主要功能
- 本地 Web UI 与 REST API
- 语音克隆与多种 TTS / STT 模型
- 支持长文本语音生成与历史记录
- 内置
/docsOpenAPI 页面与/health健康检查
访问说明
安装完成后访问:
http://服务器IP:端口
首次启动时应用本体可立即访问,但模型会在首次使用相关功能时按需下载。
数据持久化
APP_DATA_DIR:持久化/app/data,保存数据库、生成音频与应用数据APP_MODELS_DIR:持久化/app/models,保存 Hugging Face 模型缓存
VOICEBOX_CORS_ORIGINS 可在反向代理或跨域调用 API 时按需填写,留空时使用镜像默认来源策略。
Introduction
Voicebox is a local-first AI voice studio with web UI, REST API, voice cloning, speech generation, and transcription.
Features
- Built-in web UI and REST API
- Voice cloning plus multiple TTS and STT models
- Persistent generations and local database
- OpenAPI docs at
/docsand health endpoint at/health
版本说明
官方 GHCR 当前公开提供 latest、dev、latest-cuda 与 dev-cuda 标签,未发布可直接拉取的数字版稳定标签。
本适配提供:
latest:官方 CPU 通用镜像latest-cuda:官方 NVIDIA CUDA 镜像
latest-cuda 需要宿主机已安装 NVIDIA Container Toolkit,并且当前官方镜像仅发布 linux/amd64。
参考资料
- 官网: https://voicebox.sh
- 文档: https://docs.voicebox.sh/
- 源码: https://github.com/jamiepine/voicebox
- Compose: https://github.com/jamiepine/voicebox/blob/main/docker-compose.yml
- Docker 文档: https://github.com/jamiepine/voicebox/blob/main/docs/content/docs/overview/docker.mdx
- GPU 文档: https://github.com/jamiepine/voicebox/blob/main/docs/content/docs/overview/gpu-acceleration.mdx
- GHCR: https://ghcr.io/jamiepine/voicebox