Draft
Conversation
Contributor
FYI, currently we're missing |
Member
|
Does DAC replace WavTokenizer? |
Author
Yes, since this model is multilingual, DAC is a better fit for reconstructing audio across languages. |
|
It would be really great if this would get merged. However I was wondering whether it'd also be possible to add mulitlingual support to llama-server? |
Contributor
|
FYI: OuteTTS 1.0 is supported by chatllm.cpp. You can find DAC & SNAC implementation there. |
2 tasks
TimPietruskyRunPod
pushed a commit
to runpod-labs/a2go-llamacpp
that referenced
this pull request
Feb 14, 2026
squash-merge of ggml-org/llama.cpp PR ggml-org#12794 onto main. adds llama-tts-outetts-v1 binary for native text-to-speech using OuteTTS 1.0 model with WavTokenizer vocoder. files moved from examples/tts/ to tools/tts/ to match upstream rename.
TimPietruskyRunPod
pushed a commit
to runpod-labs/a2go-llamacpp
that referenced
this pull request
Feb 14, 2026
checks daily for new llama.cpp releases. auto-rebases cherry-picks (audio ggml-org#18641, outetss ggml-org#12794, eagle-3 ggml-org#18039). creates tagged release on clean rebase, PR on conflicts. PR ggml-org#19460 (GLM-5 DSA) already merged upstream, not in cherry-pick list.
TimPietruskyRunPod
pushed a commit
to runpod-labs/a2go-llamacpp
that referenced
this pull request
Feb 14, 2026
…or current API)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since v1.0 has simplified processing, this implementation provides full feature support.
Changes and Features
--tts-no-text-chunking(default: enabled).tts-outetts-v1.cpp.default_speaker.h.TODO / Help Needed
descript-audio-codec/dac/model/dac.py
weights_24khz_1.5kbps_v1.0.pth
transformerslibrary and can be converted tosafetensors, which might help implementation.Also, see this PR I submitted to fix a dependency issue in the conversion script for compatibility with newer PyTorch versions:
transformers PR #36393
Example Commands
Default generation uses default speaker automatically and chunked text:
Disables chunked text:
With custom speaker file: