aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2023-03-11 21:27:44 -0500
committerAnthony Wang2023-03-11 21:27:44 -0500
commitcaa24a382b514b618f530ab28103393545442bda (patch)
tree532db5eb43b5c9bbf4ed781a40409f7a480abdff /README.md
parent37f4858dc8d4d81925eaebbfd8649ad047fc8329 (diff)
A REAL PYTHON SONG!!!!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9bb795..6f91685 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,5 @@ 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.wav` to save to a file.