shithub: sox

Download patch

ref: 9d30067b235c76179f7303e85c7979d9b34773be
parent: 35d8af3c8e61c8184955f8d953f8996954c7c63f
author: robs <robs>
date: Sun Sep 13 11:27:03 EDT 2009

recent changes

--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,7 @@
 LibSoX interface changes:
 
   o Added new variants of sox_open to allow read/write from/to memory
-    buffers (in POSIX 2008 environment); see example5.c  (robs)
+    buffers (in POSIX 2008 environment); see example5.c.  (robs)
 
 File formats:
 
@@ -39,9 +39,8 @@
 
 Audio device drivers:
 
-  o Add native windows audio driver. (Pavel Karneliuk, Doug Cook)
-  o Try default ALSA record encoding parameters if those given
-    are invalid (would previously fail).  (robs)
+  o Add native windows audio driver.  (Pavel Karneliuk, Doug Cook)
+  o Add 32-bit support to ALSA driver.  (Pavel Hofman)
 
 Effects:
 
@@ -59,16 +58,16 @@
   o Fix build to support auto file type detection with pipes on FreeBSD
     and elsewhere.  (Dan Nelson)
   o Fix simultaneous play & rec not working.  (robs)
-  o Fix multi-threading bug on Windows OS; also, change default to
-    single-threaded.
+  o Fix multi-threading problems on multi-core Windows OS; also, change
+    default to single-threaded.
   o Fix mistaken file size with pipe input on Windows.  (Doug Cook)
-  o Fix missing documentation for -R (repeatable).  (robs)
+  o Fix missing documentation for -R (repeatable), and pulseaudio driver.
   o Fix memory leak of format private data.  (Slawomir Testowy)
 
 Internal improvements:
 
-  o Move bit-rot detection support files to sub-directory (had
-    been causing some build problems).  (robs)
+  o Move bit-rot detection support files to sub-directory (could
+    previously cause build problems).  (robs)
 
 
 sox-14.3.0	2009-06-14
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,17 @@
-We are happy to announce the release of SoX 14.3.0.
+We are happy to announce the release of SoX 14.3.1.
  
 Source code, Win32 binaries, and Mac OSX binaries can be downloaded from 
   https://sourceforge.net/project/showfiles.php?group_id=10706
  
-Release highlights include:
+Primarily a maintenance release, highlights include:
  
-  o New filter effects: `sinc', `fir', `biquad'.
-  o Other new effects: `stats', `overdrive', `vad'.
-  o New audio device handler for OpenBSD.
-  o Fixed problems with temporary file on Windows.
-  o Can now enable automated clipping protection for most effects.
-  o Automatically `dither' as needed.
-  o Improvements to AIFF, WAV, FLAC, MP3 handlers.
-  o ALSA driver now supports 24-bit.
-  o `spectrogram' effect enhancements including multi-channel support.
-  o `synth' effect enhancements including new `pluck' type.
-  o More gain/normalise options.
-  o Now uses CPU multi-core to speed up some effects.
-  o SOX_OPTS environment variable for setting default options.
-  o Interactive playback volume control (on some systems).
-  o More `soxi' options, including multi-file total duration.
-  o Can now auto-detect file-type even when inputing from a pipe.
+  o Several fixes incl. multi-core MS-Windows threading problem.
+  o New MS-Windows native audio driver.
+  o New Grandstream ringtone file format.
+  o New support in libSoX for memory based file IO.
 
 For the complete list of changes, see the ChangeLog at
-  http://sox.cvs.sourceforge.net/sox/sox/ChangeLog?revision=SOX_14_3_0&view=markup
+  http://sox.cvs.sourceforge.net/sox/sox/ChangeLog?revision=SOX_14_3_1&view=markup
 
 Thanks to all who contributed to this release.