aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2023-03-12 00:18:58 -0500
committerAnthony Wang2023-03-12 00:18:58 -0500
commit60267b5aa7f7350895ebbdbeed6d06d48bdbad71 (patch)
treec93d5da7ad7abae7b50d50a1988447b48af88ad7 /README.md
parent902286833b2ed018454eea8bec425e1a7d24f2ff (diff)
32-bit audio because why not
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 f2aba34..7a50d67 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ Lambeat is a new way to make music using functional programming. It's heavily in
## Get started
First, install [Sox](https://sox.sourceforge.net/) and clone this repo. Write some music in `music.scm`. Enjoy your music with `guile --fresh-auto-compile lambeat.scm | play -r 8000 -t s16 -`!
-For the Python version, use `pypy3 music.py | play -r 44100 -t s16 -` to listen and `pypy3 music.py | sox -r 44100 -t s16 - example.ogg` to save to a file.
+For the Python version, use `pypy3 music.py | play -r 44100 -t s32 -` to listen and `pypy3 music.py | sox -r 44100 -t s32 - example.ogg` to save to a file.