Add MP3 download to UX test page.

Installs lamejs and adds an MP3 downloader that records the Motif synth output in real time via an output tap, then encodes and downloads as .mp3.
This commit is contained in:
b1rdmania
2025-12-29 09:59:56 +00:00
parent 134867cf93
commit b48fb4b7de
5 changed files with 171 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
},
"dependencies": {
"@tonejs/midi": "^2.0.28",
"lamejs": "^1.2.1",
"soundfont-player": "^0.12.0",
"tone": "^15.1.22"
},