Use this thread to:
Request new features
Pick up open features TODOs
Ask or find answers to common questions
PRs for these features are greatly appreciated! If you want to work on a TODO, please comment first to avoid duplicated effort.
Features
UI:
FAQ
Docker can't run
This is usually a CUDA driver compatibility issue. See https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#cuda-toolkit-and-corresponding-driver-versions

Vulkan
Nvidia Jetson Orin
Multi-component models: YuE2, Minimax Music3, AuK
- If you’re using binaries built from source, you may encounter a
model directory contains 2 GGUF files error, causing the server/CLI to refuse to load the model. There are two ways to address this:
(1) Use --model-spec-override /absolute/path/to/model_spec.json
(2) Build with AUDIOCPP_DEPLOYMENT_BUILD=ON
AuK/Auk Flash
Honest take: only certain tasks this model supports work as expected.
We validate parity with upstream Python for the tested configuration, not whether AuK's output meets every quality expectation. If a result is disappointing, listen to the corresponding Python reference WAV linked below first.
https://huggingface.co/audio-cpp/AuK-Base-and-Flash-GGUF
A similar Python result points to the upstream model's behavior, not necessarily an audio.cpp conversion issue.
#612 also provides human evaluation of the results.
Placeholder...
Use this thread to:
Request new features
Pick up open features TODOs
Ask or find answers to common questions
PRs for these features are greatly appreciated! If you want to work on a TODO, please comment first to avoid duplicated effort.
Features
UI:
FAQ
Docker can't run
This is usually a CUDA driver compatibility issue. See https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#cuda-toolkit-and-corresponding-driver-versions

Vulkan
set "GGML_VK_ALLOW_SYSMEM_FALLBACK=1"HeartMuLa 3B: failed to allocate HeartCodec scalar decoder graph -- Can't use Windows shared VRAM. Workaround: set "GGML_VK_ALLOW_SYSMEM_FALLBACK=1" #434Nvidia Jetson Orin
Multi-component models: YuE2, Minimax Music3, AuK
model directory contains 2 GGUF fileserror, causing the server/CLI to refuse to load the model. There are two ways to address this:(1) Use
--model-spec-override /absolute/path/to/model_spec.json(2) Build with
AUDIOCPP_DEPLOYMENT_BUILD=ONAuK/Auk Flash
Honest take: only certain tasks this model supports work as expected.
We validate parity with upstream Python for the tested configuration, not whether AuK's output meets every quality expectation. If a result is disappointing, listen to the corresponding Python reference WAV linked below first.
https://huggingface.co/audio-cpp/AuK-Base-and-Flash-GGUF
A similar Python result points to the upstream model's behavior, not necessarily an audio.cpp conversion issue.
#612 also provides human evaluation of the results.
Placeholder...