AudioLM is a PyTorch-based implementation of a language modeling approach to audio generation, capable of generating coherent audio continuations given a short prompt. Current version is 0.0.1.dev0, with irregular releases.
pip install audiolmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a pre-trained AudioLM model and generate a continuation from a prompt audio file.
Pin to specific commit or use only for experimentation.
Use a GPU with at least 16GB VRAM; reduce max_new_tokens if out-of-memory.
Refer to the GitHub README for the most up-to-date usage.