-
Notifications
You must be signed in to change notification settings - Fork 2
Home
emmef edited this page Oct 23, 2012
·
4 revisions
Basically, if you want to get this project to work:
- download sndfile (libsndfile) for you platform
- compile the C++ source files in the resources folder of the
native-soundfileproject to a dynamic link library on your platform, against thesndfileof your pltform - create a java jar, with main
class org.emmef.audio.noisereduction.NoiseRemoverand that contains all projects in this tree.
Examples and Synopsis can be found here: http://emmef.org/downloads/denoizesamples/.