diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +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. +You can use `guile main.scm | play -r 8000 -t s16 -v 0.25 -` to try it out. |