diff options
author | Anthony Wang | 2023-03-12 00:18:58 -0500 |
---|---|---|
committer | Anthony Wang | 2023-03-12 00:18:58 -0500 |
commit | 60267b5aa7f7350895ebbdbeed6d06d48bdbad71 (patch) | |
tree | c93d5da7ad7abae7b50d50a1988447b48af88ad7 /README.md | |
parent | 902286833b2ed018454eea8bec425e1a7d24f2ff (diff) |
32-bit audio because why not
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.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. |