Skip to content
emmef edited this page Oct 23, 2012 · 4 revisions

Lazy start remarks

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-soundfile project to a dynamic link library on your platform, against the sndfile of your pltform
  • create a java jar, with main class org.emmef.audio.noisereduction.NoiseRemover and that contains all projects in this tree.

Examples and Synopsis can be found here: http://emmef.org/downloads/denoizesamples/.

Clone this wiki locally