GGUF conversion of
descript/dac_44khz — the Descript Audio Codec (DAC) decoder at 44.1 kHz.
Used as the vocoder backend for
Zonos-v0.1-transformer-GGUF and other DAC-based TTS models running in
CrispASR.
The DAC decoder converts 9 residual VQ codebooks (1024 entries each, ~86 codes/s) to 44.1 kHz mono PCM:
1# Auto-discovered if named dac-44khz-f16.gguf in the same directory as the AR model
2crispasr tts --backend zonos-tts \
3 --model /path/to/zonos-v0.1-transformer-q4_k.gguf \
4 --codec-model /path/to/dac-44khz-f16.gguf \
5 "Hello world."
Converted from
descript/dac_44khz using
models/convert-dac-to-gguf.py in CrispASR.
Source model is MIT licensed (
descriptinc/descript-audio-codec).