aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-10 14:05:46 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-10 14:22:25 +0530
commitc0275bd8747f36daccee968cb82caf34bc7ed7d6 (patch)
treeb2ad36f3cafb14aced0663b420cc1e2423580265
parent46e221c28b0dba58156fc17a3c814ce2f72afec6 (diff)
downloadsqlite-creative-coding-main.tar.gz
sqlite-creative-coding-main.zip
Add audio instructions to README + supermariobros embedHEADmain
-rw-r--r--README.md19
1 files changed, 17 insertions, 2 deletions
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
<img src="media/rave.gif" />
</td>
</tr>
+ <tr>
+ <td width="50%" valign="top">
+ <h3><a href="./src/supermariobros.audio.sql">Super Mario Bros. theme</a></h3>
+
+https://github.com/user-attachments/assets/1e181a1a-8e7b-4d98-9ab7-20ca6343d52d
+
+&nbsp;
+ </td>
+ <td width="50%" valign="top">
+ </td>
+ </tr>
</table>
---
@@ -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`