SkillAgentSearch skills...

AUV

An All-in-One Speech, Sound, Music Codec with Single Nested Codebook

Install / Use

/learn @SWivid/AUV
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AUV

Teaching Audio Universal Vector Quantization with Single Nested Codebook

python arXiv demo

Setup

pip install auv
wget https://huggingface.co/SWivid/AUV/resolve/main/auv.pt

Inference

Command line usage, reconstruct all .wav files under the input-dir and write to the output-dir:

auv-infer --input-dir INPUT_WAV_DIR --output-dir OUTPUT_WAV_DIR --ckpt CKPT_PATH
# if torch.bfloat16 inference: --bf16
# if need to assign gpu: --device cuda:0

Python script usage see src/auv/infer.py.

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Python

Security Score

90/100

Audited on Feb 27, 2026

No findings