aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2022-12-17 13:58:17 -0600
committerAnthony Wang2022-12-17 13:58:17 -0600
commit41b550eca27e073c6b0259b59872b6b6b90fbf77 (patch)
tree9e7c6c0fc118f470da25fdd57a535d1ec08f1889 /README.md
parent06c540699d42118e9677fe64bfcd96e4f5fc049e (diff)
Use sox instead of aplay
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b28fc17..adaf2e0 100644
--- a/README.md
+++ b/README.md
@@ -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.