diff options
author | Anthony Wang | 2022-12-17 12:46:41 -0600 |
---|---|---|
committer | Anthony Wang | 2022-12-17 12:46:41 -0600 |
commit | 06c540699d42118e9677fe64bfcd96e4f5fc049e (patch) | |
tree | 120c5634d115c00167161b7ba27c3977c68499c4 | |
parent | 43ccd48ed91e9d8d8efea0f8cd597f9ffbe700e7 (diff) |
Add aplay instructions to README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ # Lambeat Bytebeat in Scheme + +You can use `guile main.scm | aplay` to try it out. I'm working on a better audio output method. |