Reply by Ben Bradley November 19, 20032003-11-19
In comp.dsp, sms@dspdimension.com (Stephan M. Bernsee) wrote:

>...and, have a look at http://www.dspdimension.com
And if all that isn't enough, try harmony-central.com.
>Regards >--smb
Reply by Stephan M. Bernsee November 19, 20032003-11-19
...and, have a look at http://www.dspdimension.com

Regards
--smb
Reply by Richard Dobson November 18, 20032003-11-18
Using the term "library" fairly loosely:

OpenSource libraries include STK (all C++)  by Perry Cook:

http://www-ccrma.stanford.edu/software/stk/

and CMix:

http://www.music.princeton.edu/winham/cmix.html


There is also a lot of useful stuff at the musicdsp archive:

http://www.musicdsp.org

This includes implementations of the rbj EQ cookbook, which is very much 
the de facto standard for implementing EQ. Apparently it is used in 
commercial applications as well as in free ones.

it also has info about the musicdsp list, which you might find useful to 
join.

Compression functions seem to be less common in libraries. There is one 
in Audacity:

http://audacity.sourceforge.net/

And here is source for a DirectX plugin based on the Cakewalk SDK:

http://www.pacificsoundcraft.com/software/directx/compressor/Compressor-Source/

Finally, you will find loads of links to all sorts of audio things at 
Dave Phillips' Linux Sound site:

http://www.linuxsound.at/

All public domain of course, and usually GPL. Some code may be LGPL.


Richard Dobson



Karmas Lin wrote:

> Hi all, > > I'm looking for the audio effect library (commercial or public domain), > I need the compressor, EQ, reverb, chorus, flanger... to process wave > files on PC. It may be static or dynamic library and can be called by > my Windows application. > Can any one tell me where to get/buy? > I've search for the FAQ of comp.dsp and can not find suitable library... > Thanks in advance. > >
Reply by sammy davis jr. November 18, 20032003-11-18
check out the [free] directx 9 sdk, lots of directx dmos (direct media 
objects) that you can plug into your app...

sdj

Karmas Lin wrote:
> Hi all, > > I'm looking for the audio effect library (commercial or public domain), > I need the compressor, EQ, reverb, chorus, flanger... to process wave > files on PC. It may be static or dynamic library and can be called by > my Windows application. > Can any one tell me where to get/buy? > I've search for the FAQ of comp.dsp and can not find suitable library... > Thanks in advance. > >
Reply by Karmas Lin November 18, 20032003-11-18
Hi all,

I'm looking for the audio effect library (commercial or public domain),
I need the compressor, EQ, reverb, chorus, flanger... to process wave
files on PC. It may be static or dynamic library and can be called by
my Windows application.
Can any one tell me where to get/buy?
I've search for the FAQ of comp.dsp and can not find suitable library...
Thanks in advance.