Skip to content

lazyingart/MusiaSongs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English · العربية · Español · Français · 日本語 · 한국어 · Tiếng Việt · 中文 (简体) · 中文(繁體) · Deutsch · Русский

LazyingArt banner

MusiaSongs

Public song audio assets for Musia and Fun Lazying Art.

Website Fun Lazying Art Audio catalog Sponsor

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.

Support

Donate PayPal Stripe
Donate PayPal Stripe

Live Player

Open the lightweight audio page at https://lazyingart.github.io/MusiaSongs/ or use the production player at https://fun.lazying.art.

What This Repo Does

  • Hosts public MP3 song assets for Musia.
  • Publishes a generated audio.json catalog 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.

Contents

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

Quick Start

Regenerate the catalog after adding or removing MP3 files:

node scripts/build-audio-json.js

Validation

Check 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.mp3

Citation

If 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}
}

Status

This repository is public playback infrastructure. Source sessions, model weights, API keys, private prompts, and working folders should not be committed here.

Releases

No releases published

Packages

 
 
 

Contributors