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:

  • compile the C++ source files in the resources folder of the native-soundfile project to a dynamic link library on your platform
  • download sndfile (libsndfile) for you platform
  • create a java jar, with main class org.emmef.audio.noisereduction.NoiseRemover and that contains all projects in this tree.

Clone this wiki locally