English · العربية · Español · Français · 日本語 · 한국어 · Tiếng Việt · 中文 (简体) · 中文(繁體) · Deutsch · Русский
Public song audio assets for Musia and Fun Lazying Art.
MusiaSongs keeps the public MP3 assets for the Musia player outside the main Musia code repository. Fun Lazying Art can load stable GitHub Pages audio URLs while the main repo stays lighter and cleaner.
| Donate | PayPal | Stripe |
|---|---|---|
Open the lightweight audio page at https://lazyingart.github.io/MusiaSongs/ or use the production player at https://fun.lazying.art.
- Hosts public MP3 song assets for Musia.
- Publishes a generated
audio.jsoncatalog for tools and websites. - Keeps generated audio out of the main Musia application repository.
- Provides stable GitHub Pages URLs for the Fun Lazying Art media player.
| Path | Purpose |
|---|---|
audio/ |
Public MP3 files used by Fun Lazying Art |
audio.json |
Machine-readable audio catalog |
index.html |
Simple browser player and track list |
scripts/build-audio-json.js |
Regenerates the audio catalog |
.github/FUNDING.yml |
GitHub Sponsors and donation links |
Regenerate the catalog after adding or removing MP3 files:
node scripts/build-audio-json.jsCheck the catalog and static site assets:
node scripts/build-audio-json.js
node -e "JSON.parse(require('fs').readFileSync('audio.json','utf8')); console.log('audio json ok')"
curl -I https://lazyingart.github.io/MusiaSongs/audio/one-sky-three-lights-mixed.mp3If you use MusiaSongs in research, demos, or public writing, cite the repository. GitHub reads CITATION.cff and shows a Cite this repository panel.
@software{chen_musiasongs_2026,
author = {Chen, Lachlan},
title = {MusiaSongs: Public Audio Assets for Musia and Fun Lazying Art},
year = {2026},
url = {https://github.com/lazyingart/MusiaSongs}
}This repository is public playback infrastructure. Source sessions, model weights, API keys, private prompts, and working folders should not be committed here.
