From ad683befd2633514b2616d29d818dffa18838e84 Mon Sep 17 00:00:00 2001 From: sebPomme <4944971+sebPomme@users.noreply.github.com> Date: Mon, 15 Jun 2020 23:54:58 +0200 Subject: [PATCH] enhance readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baa535d..25480dc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ key presses, key combos, or mouse movements/clicks. Check out [this tweet](https This software was used in the creation of these _epic_ YouTube videos: [I Played Minecraft Using ONLY A Bass](https://www.youtube.com/watch?v=35My8fssgVw) +[I Beat Super Mario Using ONLY a Bass](https://www.youtube.com/watch?v=-umlnQfRMAk) The project works by running fundamental-frequency estimation on microphone input, and mapping these to keyboard/mouse inputs. State is kept to ensure each played note is pressed only once (rather than the full note duration), to allow certain keys to be "held down" as long as the note is played, @@ -49,4 +50,4 @@ I'm intentionally leaving out detailed instructions for this bit for now, as dis ## License -MIT License \ No newline at end of file +MIT License