From c0275bd8747f36daccee968cb82caf34bc7ed7d6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 10 Jun 2026 14:05:46 +0530 Subject: Add audio instructions to README + supermariobros embed --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 68d0b0e..8892ba1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r + + +

Super Mario Bros. theme

+ +https://github.com/user-attachments/assets/1e181a1a-8e7b-4d98-9ab7-20ca6343d52d + +  + + + + --- @@ -43,11 +54,12 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r ### Dependencies - sqlite3 -- imagemagick +- imagemagick (for image) +- ffmpeg+ffplay (for video,audio) ### Setup - Using justfile: `just setup` -- Directly: `sqlite3 fun.db < setup.image.sql` +- Directly: `sqlite3 fun.db < setup.sql` ### Generate image - Using justfile: `just image src/mandelbrot.image.sql` @@ -57,3 +69,6 @@ Generating some visuals with SQL because nobody stopped me. With the magic of [r - Using justfile: `just video src/wavey.video.sql` - Directly: `sqlite3 fun.db < src/wavey.video.sql && ./video.sh wavey fun.db` +### Generate audio +- Using justfile: `just audio src/supermariobros.audio.sql` +- Directly: `sqlite3 fun.db < src/supermariobros.audio.sql && ./audio.sh supermariobros fun.db` -- cgit v1.3.1