README.osx wasn't easily readable in Finder. Revert back to
[sox.git] / src / effects.h
blob92fff0b3be520c0a1a2f4d06b708d4560c627b19
1 /* This library is free software; you can redistribute it and/or modify it
2 * under the terms of the GNU Lesser General Public License as published by
3 * the Free Software Foundation; either version 2.1 of the License, or (at
4 * your option) any later version.
6 * This library is distributed in the hope that it will be useful, but
7 * WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
9 * General Public License for more details.
11 * You should have received a copy of the GNU Lesser General Public License
12 * along with this library; if not, write to the Free Software Foundation,
13 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 /* FIXME: generate this list automatically */
18 EFFECT(allpass)
19 EFFECT(band)
20 EFFECT(bandpass)
21 EFFECT(bandreject)
22 EFFECT(bass)
23 EFFECT(bend)
24 EFFECT(biquad)
25 EFFECT(chorus)
26 EFFECT(channels)
27 EFFECT(compand)
28 EFFECT(contrast)
29 EFFECT(crop)
30 EFFECT(dcshift)
31 EFFECT(deemph)
32 EFFECT(delay)
33 EFFECT(dft_filter) /* abstract */
34 EFFECT(dither)
35 EFFECT(divide)
36 EFFECT(earwax)
37 EFFECT(echo)
38 EFFECT(echos)
39 EFFECT(equalizer)
40 EFFECT(fade)
41 EFFECT(filter)
42 EFFECT(fir)
43 EFFECT(firfit)
44 EFFECT(flanger)
45 EFFECT(gain)
46 EFFECT(highpass)
47 EFFECT(input)
48 EFFECT(key)
49 #ifdef HAVE_LADSPA_H
50 EFFECT(ladspa)
51 #endif
52 EFFECT(loudness)
53 EFFECT(lowpass)
54 EFFECT(mcompand)
55 EFFECT(mixer)
56 EFFECT(noiseprof)
57 EFFECT(noisered)
58 EFFECT(norm)
59 EFFECT(oops)
60 EFFECT(output)
61 EFFECT(overdrive)
62 EFFECT(pad)
63 EFFECT(pan)
64 EFFECT(phaser)
65 EFFECT(pitch)
66 EFFECT(polyphase)
67 EFFECT(rabbit)
68 EFFECT(rate)
69 EFFECT(remix)
70 EFFECT(repeat)
71 EFFECT(resample)
72 EFFECT(reverb)
73 EFFECT(reverse)
74 EFFECT(riaa)
75 EFFECT(silence)
76 EFFECT(sinc)
77 #ifdef HAVE_PNG
78 EFFECT(spectrogram)
79 #endif
80 EFFECT(speed)
81 #ifdef HAVE_SPEEXDSP
82 EFFECT(speexdsp)
83 #endif
84 EFFECT(splice)
85 EFFECT(stat)
86 EFFECT(stats)
87 EFFECT(stretch)
88 EFFECT(swap)
89 EFFECT(synth)
90 EFFECT(tempo)
91 EFFECT(treble)
92 EFFECT(tremolo)
93 EFFECT(trim)
94 EFFECT(vad)
95 EFFECT(vol)