-
Clone the project
-
Make sure you have followed all the instructions under Getting Started of the README
-
Run AmbientNoiseRemover in your code editor or with the command line. If it does not run, run
mvn update
. If it still does not run, open a new issue specifying your platform information.
Post an issue on the GitHub, specifying the bug or the feature request in detail.
This project uses the Maven project structure. Two folders reside in the src
directory. The main
folder contains the implementation while the test
folder contains the tests. They have the exact same folder hierarchy so that the tests line up exactly with the class they are testing.