shithub: sox

Download patch

ref: f5fce1070d8f3faa8a16401d816216ef10dc9c71
parent: 54e1ee5ff9f8d8c52a806af59acd8f1060b14fe5
author: rrt <rrt>
date: Wed Apr 18 10:59:13 EDT 2007

Document LPC-10 support.

Bump version number in ChangeLog.

--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
 This file contains a list of all changes starting after the release of
 sox-11gamma.
 
-sox-13.0.1
+sox-14.0.0
 ----------
 
   File formats:
@@ -15,6 +15,7 @@
   o Added M3U playlist format [FR# 1667341].  (robs)
   o Added libao support.  (Reuben Thomas)
   o Added read-only ffmpeg support.  (Reuben Thomas)
+  o Added LPC-10 support.  (Reuben Thomas)
 
   Effects:
 
@@ -23,7 +24,7 @@
   o Allow e.g. "vol 6dB" (as well as "vol 6 dB").  (robs)
   o Changed deemph to be a true biquad for better accuracy.  (robs)
   o Add option to silence effect to leave periods of silence
-    in and only strip out extra silence.   Mark Schreiber
+    in and only strip out extra silence.   (Mark Schreiber)
 
   Other new features:
 
@@ -44,7 +45,7 @@
 
   o Renamed libst to libsox for name recongition and to avoid
     duplications with other existing libst libraries. (Reuben Thomas)
-  o Got rid of several hundred compiler warnings.  (robs)
+  o Got rid of several hundred compiler warnings.  (robs, Reuben Thomas)
   o Added basic performance testing of I/O.  (Reuben Thomas)
 
 sox-13.0.0
--- a/README
+++ b/README
@@ -32,11 +32,13 @@
   o CD-R (music CD format)
   o CVS and VMS files (continuous variable slope)
   o GSM files
+  o LPC-10 files
   o Macintosh HCOM files
   o Amiga MAUD files
   o AMR-WB files
   o MP3 (with optional libmad and libmp3lame libraries)
-  o MP4, AAC, AC3, WAVPACK files (with optional ffmpeg library)
+  o MP4, AAC, AC3, WAVPACK, AMR-NB files (with optional ffmpeg
+    library)
   o AVI, WMV, Ogg Theora, MPEG video files (with optional ffmpeg
     library)
   o Ogg Vorbis files (with optional Ogg Vorbis libraries)
--- a/sox.1
+++ b/sox.1
@@ -29,7 +29,7 @@
 .SP
 .fi
 ..
-.TH SoX 1 "January 31, 2007" "sox" "Sound eXchange"
+.TH SoX 1 "April 17, 2007" "sox" "Sound eXchange"
 .SH NAME
 SoX \- Sound eXchange, the Swiss Army knife of audio manipulation
 .SH SYNOPSIS
@@ -978,6 +978,11 @@
 A headerless file of IMA ADPCM audio data. IMA ADPCM claims 16-bit precision
 packed into only 4 bits, but in fact sounds no better than
 .BR .vox .
+.TP
+\&\fB.lpc\fR, \fB.lpc10\fR
+LPC-10 is a compression scheme for speech developed in the United
+States. See http://www.arl.wustl.edu/~jaf/lpc/ for details. There is
+no associated file format, so SoX's implementation is headerless.
 .TP
 \&\fB.mat\fR, \fB.mat4\fR, \fB.mat5\fR \fB(libsndfile)\fR
 Matlab 4.2/5.0 (respectively GNU Octave 2.0/2.1) format (.mat is the same as .mat4).