From 95371b882b01af86132d17be739de82d2fadf6d7 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 1 Apr 2022 22:05:41 +0100 Subject: [PATCH] Fix amazingly long-standing error in description of command-line arg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06af627..ffe204c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The Rubber Band command-line tool builds as `bin/rubberband`. The basic incantation is ``` - $ rubberband -t -p + $ rubberband -t -p ``` For example, @@ -120,7 +120,7 @@ For example, ``` stretches the file `test.wav` to 50% longer than its original -duration, shifts it up in pitch by one octave, and writes the output +duration, shifts it up in pitch by a whole tone, and writes the output to `output.wav`. Several further options are available: run `rubberband -h` for help.