sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Mans Rullgard <mans@mansr.com>
To: sox-devel@lists.sourceforge.net
Subject: [PATCH] fix obsolete example in INSTALL file [bug #257]
Date: Fri, 27 Apr 2018 22:44:16 +0100	[thread overview]
Message-ID: <20180427214416.1831-1-mans@mansr.com> (raw)

---
 INSTALL | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index b08b1adac187..599a3d5e8838 100644
--- a/INSTALL
+++ b/INSTALL
@@ -184,11 +184,11 @@ your preferred format.
         cd src
 	./sox monkey.wav monkey.xxx
 
-You may have to give the word size and rate for the file. For example,
+You may have to give the sample format and rate for the file. For example,
 this command will make a sound file with a data rate of 12,500 samples
-per second and the data formatted as 2-byte (16-bit) signed integers:
+per second and the data formatted as 16-bit signed integers:
 
-	./sox monkey.wav -r 12500 -2 -s monkey.xxx
+	./sox monkey.wav -r 12500 -b 16 -e signed-integer monkey.xxx
 
 If playback support was compiled in then it can be played like this:
 
-- 
2.17.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

                 reply	other threads:[~2018-04-27 21:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-devel

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180427214416.1831-1-mans@mansr.com \
    --to=sox-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).