diff options
author | Anthony Wang | 2023-03-11 21:39:17 -0500 |
---|---|---|
committer | Anthony Wang | 2023-03-11 21:39:17 -0500 |
commit | 8688b02dd5687739df056bfbdab554278fa2102f (patch) | |
tree | decddb0402307b2665f01e04fe0d3c362f7a9272 /README.md | |
parent | 9725eb0465e8585272a39b1039a42230905e17cf (diff) |
Use ogg instead of wav
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.wav` to save to a file. +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. |