ref: 228a57099d86acf4ee8f9d8a247bc51e4e2c4f43
parent: db1c5a45f8372ac2dc8eb3d8677543b3b26326f4
author: Mans Rullgard <mans@mansr.com>
date: Fri Apr 27 18:41:39 EDT 2018
doc: fix obsolete example in INSTALL file [bug #257]
--- a/INSTALL
+++ b/INSTALL
@@ -184,11 +184,11 @@
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: