diff options
author | Anthony Wang | 2022-12-17 13:58:17 -0600 |
---|---|---|
committer | Anthony Wang | 2022-12-17 13:58:17 -0600 |
commit | 41b550eca27e073c6b0259b59872b6b6b90fbf77 (patch) | |
tree | 9e7c6c0fc118f470da25fdd57a535d1ec08f1889 /README.md | |
parent | 06c540699d42118e9677fe64bfcd96e4f5fc049e (diff) |
Use sox instead of aplay
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. |