From 8688b02dd5687739df056bfbdab554278fa2102f Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 11 Mar 2023 21:39:17 -0500 Subject: Use ogg instead of wav --- README.md | 2 +- example.ogg | Bin 0 -> 422298 bytes example.wav | Bin 7408844 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 example.ogg delete mode 100644 example.wav diff --git a/README.md b/README.md index 6f91685..f2aba34 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.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. diff --git a/example.ogg b/example.ogg new file mode 100644 index 0000000..a7481d7 Binary files /dev/null and b/example.ogg differ diff --git a/example.wav b/example.wav deleted file mode 100644 index b64f4bd..0000000 Binary files a/example.wav and /dev/null differ -- cgit v1.2.3-70-g09d2