From 1f3a8d6964a9dc9f5443366dc6cc596ad7b3d674 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 8 Mar 2021 10:14:05 +0000 Subject: [PATCH] Wording --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a4c4050..d8eb84f 100644 --- a/README.md +++ b/README.md @@ -109,11 +109,15 @@ Rubber Band consists of: The Rubber Band command-line tool builds as bin/rubberband. The basic incantation is +``` $ rubberband -t -p +``` For example, +``` $ rubberband -t 1.5 -p 2.0 test.wav output.wav +``` stretches the file test.wav to 50% longer than its original duration, shifts it up in pitch by one octave, and writes the output to output.wav. @@ -193,16 +197,16 @@ applicable. ### 4a. Building on Linux -For best results, and to make sure the command-line tool and plugins -are built, first ensure libsamplerate, libsndfile, and the LADSPA and -Vamp plugin headers are installed and can be found using -`pkg-config`. Then +For best results, and to ensure the command-line tool and plugins are +built, first install libsamplerate, libsndfile, and the LADSPA and +Vamp plugin headers so they can be found using `pkg-config`. Then ``` $ meson build && ninja -C build ``` -If you only need the static library and prefer a Makefile, try +Alternatively, if you only need the static library and prefer a +Makefile, try ``` $ make -f otherbuilds/Makefile.linux @@ -249,8 +253,8 @@ handles this explicitly is also provided: $ make -f otherbuilds/Makefile.macos-universal ``` -This produces only a static library, but as a universal binary that is -compatible with macOS 10.7 onwards on Intel. +This produces only a static library, but it's a universal binary that +is compatible with macOS 10.7 onwards on the Intel side. Note that you cannot legally distribute applications using Rubber Band in the Mac App Store, unless you have first obtained a commercial