aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-08-03 21:15:02 +0700
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-08-03 21:15:02 +0700
commitdfcb5d382456841e98cbb79a61f562a4dd5c929d (patch)
tree3ed5ee8d913d1ec8de2d083bf58a4b3d83b8bdc7
parent4c239222cfb82fca1505b54036cec859a900b99b (diff)
downloadbeeps-dfcb5d382456841e98cbb79a61f562a4dd5c929d.tar.gz
beeps-dfcb5d382456841e98cbb79a61f562a4dd5c929d.tar.xz
beeps-dfcb5d382456841e98cbb79a61f562a4dd5c929d.zip
Mention which encoders are used
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 200ed2a..5ffc164 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,9 @@ initial beep and wind-down beeps). The program will output an 8 bit unsigned
8kHz PCM track. This can be piped directly into a program like `aplay` or
converted into other formats.
-The provided `GNUMakefile` (which depends on GNU Make) can be used to produce
-Ogg Vorbis or MP3 files containing tracks of 5, 10 and 15 minute duration.
+The provided `GNUMakefile` (which depends on GNU Make and makes use of the
+oggenc and lame programs) can be used to produce Ogg Vorbis or MP3 files
+containing tracks of 5, 10 and 15 minute duration.
## Samples