From db0c3c883626f56c8c918871d65a9390a2078b9f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 2 May 2010 21:41:13 +0200 Subject: added supereq readme; updated supereq licensing information --- plugins/supereq/Fftsg_fl.cpp | 7 +++++++ plugins/supereq/dsp_superequ.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 plugins/supereq/dsp_superequ.txt (limited to 'plugins/supereq') 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 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 -- cgit v1.2.3