summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-02 21:41:13 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-02 21:44:04 +0200
commitdb0c3c883626f56c8c918871d65a9390a2078b9f (patch)
treec30b26ccb6a0f386885661dd9a78854248c4c5c6 /plugins/supereq
parent68fde7ea9e369f59fbe720058ae1b0afad276c14 (diff)
added supereq readme; updated supereq licensing information
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/Fftsg_fl.cpp7
-rw-r--r--plugins/supereq/dsp_superequ.txt30
2 files changed, 37 insertions, 0 deletions
diff --git a/plugins/supereq/Fftsg_fl.cpp b/plugins/supereq/Fftsg_fl.cpp
index ff6fc42a..d48debfe 100644
--- a/plugins/supereq/Fftsg_fl.cpp
+++ b/plugins/supereq/Fftsg_fl.cpp
@@ -1,3 +1,10 @@
+/*
+ Copyright Takuya OOURA, 1996-2001
+ http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
+
+ You may use, copy, modify and distribute this code for any purpose (include commercial use) and without fee.
+ Please refer to this package when you modify this code.
+*/
#include <stdlib.h>
typedef float REAL;
diff --git a/plugins/supereq/dsp_superequ.txt b/plugins/supereq/dsp_superequ.txt
new file mode 100644
index 00000000..39fa129a
--- /dev/null
+++ b/plugins/supereq/dsp_superequ.txt
@@ -0,0 +1,30 @@
+
+Shibatch Super Equalizer ver 0.03 for winamp
+written by Naoki Shibata shibatch@users.sourceforge.net
+
+Shibatch Super Equalizer is a graphic and parametric equalizer plugin
+for winamp. This plugin uses 16383th order FIR filter with FFT algorithm.
+It's equalization is very precise. Equalization setting can be done
+for each channel separately.
+
+Processes of internal equalizer in winamp are actually done by each
+input plugin, so the results may differ for each input plugin.
+With this plugin, this problem can be avoided.
+
+This plugin is optimized for processors which have cache equal to or
+greater than 128k bytes(16383*2*sizeof(float) = 128k). This plugin
+won't work efficiently with K6 series processors(buy Athlon!!!).
+
+Do not forget pressing "preview" button after changing setting.
+
+http://shibatch.sourceforge.net/
+
+***
+
+ This program(except FFT part) is distributed under LGPL. See LGPL.txt for
+details.
+
+ FFT part is a routine made by Mr.Ooura. This routine is a freeware. Contact
+Mr.Ooura for details of distributing licenses.
+
+http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html