ref: 36cf67cc2e2fba179f652a4594bb81798c38fd7b
parent: 687cf020c1602161b61c4eaf904651cb73bbb2c7
author: robs <robs>
date: Mon Nov 27 14:04:38 EST 2006
Documented the butterworth filter effects.
--- a/Changelog
+++ b/Changelog
@@ -56,6 +56,7 @@
resample, and rate has been removed.
o Improved synth usage (by introducing -n option) and improved synth
entry in the man-page. (robs)
+ o Documented the butterworth filter effects. (robs)
sox-12.18.2
-----------
--- a/TODO
+++ b/TODO
@@ -35,9 +35,6 @@
Make some common routines to buffer up a window of data
instead of requiring each effect to reimplement this.
- o VOX format says its reading/writing SIGN2 data when its
- really OKI ADPCM.
-
o Add an interface to libst so that applications can query
what size/encoding/rate/channels a given format handles.
Then applications could modify parameters before an error
@@ -54,9 +51,6 @@
o Make resample effects idempotent when rates are the same.
o Add MP3 support to WAV handler. Can copy most work from mp3.c.
-
- o Document the butterworth filter effects.
- 27 Nov 06, robs: in progress.
o Implement speex (http://www.speex.org).