Skip to content

tts : add support for SparkTTS #12495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks done
ecyht2 opened this issue Mar 21, 2025 · 0 comments
Open
4 tasks done

tts : add support for SparkTTS #12495

ecyht2 opened this issue Mar 21, 2025 · 0 comments
Labels
enhancement New feature or request stale

Comments

@ecyht2
Copy link

ecyht2 commented Mar 21, 2025

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

Feature Description

HF: https://huggingface.co/SparkAudio/Spark-TTS-0.5B

Motivation

A new TTS model that can be supported by llama.cpp.

Possible Implementation

I might be wrong here but it seems like SparkTTS has a simlar architecture as OuteTTS and Orpheus TTS (#12476) but it uses Qwen2.5-0.5B.

They are using their own audio decoder called BiCodec. Sample python implementation: https://github.com/SparkAudio/Spark-TTS/blob/main/sparktts/models/bicodec.py

Similar model support (OuteTTS): #10784
Can be used as a reference how to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant