AUV
Teaching Audio Universal Vector Quantization with Single Nested Codebook

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
Python script usage see src/auv/infer.py.