Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.26 KB

File metadata and controls

70 lines (50 loc) · 2.26 KB

Attributions

voice-server

This project incorporates open-source components and was inspired by existing work in the text-to-speech community.

Direct Dependencies

Historical References (Previously Used)

The following components were used in earlier versions but have been removed:

  • Qwen3-TTS by Alibaba Qwen Team (Apache 2.0) - Previously used for custom voice cloning
  • FastAPI by Sebastián Ramírez (MIT) - Previously used for Python web server
  • pyttsx3 by Natesh MB (LGPLv3) - Previously used for macOS TTS fallback

Architectural Inspiration

ValyrianTech/Qwen3-TTS_server

Our initial implementation was inspired by the ValyrianTech Qwen3-TTS_server reference implementation for:

  • FastAPI server structure patterns
  • TTS inference workflow design
  • Endpoint organization concepts

However, our current implementation is original code with significant differences:

  • MLX-audio backend instead of Qwen TTS
  • TypeScript-only architecture (no Python subprocess)
  • Kokoro-82M with 41 built-in voices
  • ElevenLabs-compatible API for PAI integration
  • Simplified single-backend architecture

No code was copied from ValyrianTech/Qwen3-TTS_server.

Related Projects

PAI Voice Server (Original)


License Notice

This project (voice-server) is licensed under the MIT License. See LICENSE file for details.

Third-party components are licensed under their respective terms as listed above.