freeverb3-2.5.14

所属分类:Linux/Unix编程
开发工具:C/C++
文件大小:5505KB
下载次数:49
上传日期:2011-06-27 11:22:55
上 传 者fengjuanlong
说明:  Freeverb3是一个声音处理库,能对输入语音产生各种混响效果。
(Freeverb3 is a sound processing library that can generate a variety of reverb input speech.)

文件列表:
freeverb3-2.5.14\aclocal.m4 (34966, 2010-12-10)
freeverb3-2.5.14\audacious\Makefile.am (1653, 2010-12-26)
freeverb3-2.5.14\audacious\Makefile.in (34989, 2010-12-26)
freeverb3-2.5.14\AUTHORS (469, 2010-08-01)
freeverb3-2.5.14\bmp\Makefile.am (1496, 2010-07-24)
freeverb3-2.5.14\bmp\Makefile.in (33345, 2010-12-10)
freeverb3-2.5.14\ChangeLog (143289, 2011-01-08)
freeverb3-2.5.14\config\config.guess (44959, 2010-11-28)
freeverb3-2.5.14\config\config.rpath (18343, 2010-07-19)
freeverb3-2.5.14\config\config.sub (34597, 2010-11-28)
freeverb3-2.5.14\config\depcomp (18615, 2010-11-28)
freeverb3-2.5.14\config\install-sh (13663, 2010-11-28)
freeverb3-2.5.14\config\ltmain.sh (243455, 2010-11-28)
freeverb3-2.5.14\config\missing (11419, 2010-11-28)
freeverb3-2.5.14\configure (626959, 2010-12-10)
freeverb3-2.5.14\configure.in (15847, 2010-12-10)
freeverb3-2.5.14\COPYING (17982, 2006-11-06)
freeverb3-2.5.14\cvs2cl.pl (92597, 2010-07-03)
freeverb3-2.5.14\depcomp (0, 2006-11-06)
freeverb3-2.5.14\doc\Makefile.am (49, 2006-11-06)
freeverb3-2.5.14\doc\Makefile.in (18469, 2010-12-10)
freeverb3-2.5.14\double\Makefile.am (431, 2008-05-21)
freeverb3-2.5.14\double\Makefile.in (55414, 2011-01-06)
freeverb3-2.5.14\float\Makefile.am (424, 2008-05-21)
freeverb3-2.5.14\float\Makefile.in (55375, 2011-01-06)
freeverb3-2.5.14\freeverb\allpass.cpp (3423, 2010-11-20)
freeverb3-2.5.14\freeverb\allpass.hpp (1423, 2010-10-27)
freeverb3-2.5.14\freeverb\allpass_t.hpp (3141, 2010-12-29)
freeverb3-2.5.14\freeverb\biquad.cpp (5559, 2010-10-27)
freeverb3-2.5.14\freeverb\biquad.hpp (1359, 2010-10-22)
freeverb3-2.5.14\freeverb\biquad_t.hpp (1803, 2010-10-22)
freeverb3-2.5.14\freeverb\blockDelay.cpp (2448, 2010-12-25)
freeverb3-2.5.14\freeverb\blockDelay.hpp (1378, 2010-07-25)
freeverb3-2.5.14\freeverb\blockDelay_t.hpp (463, 2010-07-25)
freeverb3-2.5.14\freeverb\comb.cpp (3535, 2010-11-20)
freeverb3-2.5.14\freeverb\comb.hpp (1405, 2010-10-22)
freeverb3-2.5.14\freeverb\comb_t.hpp (2813, 2010-11-19)
freeverb3-2.5.14\freeverb\compmodel.cpp (4636, 2010-12-25)
freeverb3-2.5.14\freeverb\compmodel.hpp (1450, 2010-12-25)
... ...

This is Freeverb3, 2.x.x Freeverb3 is a sound processing library which includes sampling rate scaling enabled version of freeverb with some fixes, extended implemantation of N Reverb by CCRMA, implementation of impulse response convolution reverb, FIR filter constructor, band splitter and compressor. This library's oversampling feature will provide high quality of audio processing. This library includes XMMS / beep media player (BMP) / audacious plugins and sample programs, which can be used to test the sound effect easily. Please report any bugs or advices. The hand-optimized SIMD codes for some CPUs are included in this library, which will provide fast convolution processing. Dependencies of libfreeverb3 ============================ - FFTW3 [http://www.fftw.org/] This library needs at least one precision version (single or double or long double) of fftw3 libraries, which are called fftw3f or fftw3 or fftw3l. fftw-3.1.2 was tested. Dependencies of programs ======================== Sample programs : libsndfile Jack sample programs : libsndfile jack XMMS plugins : libsndfile xmms glib GTK+ audacious : libsndfile audacious glib2 GTK+2 gthread pango BMP plugins : libsndfile BMP glib2 GTK+2 gthread pango - libsndfile [http://www.mega-nerd.com/libsndfile/] libsndfile-1.0.17 was tested. - jack [http://jackaudio.org/] jackd version 0.101.1 was tested. - xmms [http://www.xmms.org/] xmms-1.x >= 1.0.0 is required. xmms-1.2.10 was tested. - glib [http://www.gtk.org/] glib-1.x >= 1.2.2 is required. glib-1.2.10 was tested. - GTK+ [http://www.gtk.org/] gtk-1.x >= 1.2.2 is required. gtk-1.2.10 was tested. - audacious [http://audacious.nenolod.net/Main_Page/] audacious-1.2.2 was tested. audacious >= 1.4.0 new plugin structure is also supported. - glib2 [http://www.gtk.org/] glib-2.x >= 2.6.0 is required. glib2-2.10.3 was tested. - GTK+2 [http://www.gtk.org/] gtk-2.x >= 2.6.0 is required. gtk+2-2.8.20 was tested. - gthread, pango - BMP [http://beep-media-player.org/site/BMPx_Homepage] bmp-0.9.7.1 was tested. NOTICES for using XMMS/BMP/audacious effect plugins =================================================== These players do not have the correct mutex/lock mechanism to protect effect init()/cleanup()/mod_samples(). This means that if you enable/disable effect in the Effects/Preferences dialog during playback, the init()/cleanup() function will be executed even if the effect is still running, which might causes "Segmentation Fault". If you want to enable/disable the effects, you should stop/pause first. There is an mutex lock example of BMP patch to prevent this problem in the patch directory. You might be able to use the self plugin init feature using --enable-pluginit option. This feature is not tested on all XMMS / BMP / audacious versions, but this option is preferred since most XMMS / BMP / audacious will crash without this option during playback if you perform some changes to the player. configure OPTIONS ================= See configure --help. SIMD codes ========== 3DNow! uses primitive 3DNow! codes. This can be used on AMD CPUs which have 3DNow! instructions. (K6-2, Athlon, ...) SSE can be used on Intel or AMD CPUs which have SSE instrunctions. (PentiumIII, ..., AthlonXP, Athlon***, ...) SSE is used on x86_***/amd***. SSE2 can be used on Intel or AMD CPUs which have SSE2 instrunctions. (Pentium4, ..., Opteron, ...) SSE2 is enabled on x86_***/amd***. --enable-forcefpu can be used to disable the use of hand optimized SSE/SSE2 codes on x86_***/amd***. CONTACTS ======== freeverb3 is written by Teru KAMOGASHIRA. The freeverb3 home page is at: http://freeverb3.sourceforge.net/

近期下载者

相关文件


收藏者