2-pass noise reduction, pulled out of Audacity
The following commands will build and run the driver, i.e. the main application.
$ ./build_driver.sh
$ ./build/noisereduction_driver --help
In the directory test
there are some examples to test the driver.
They can be run with the corresponding shell script run.sh
.
For example:
$ cd test/separate-track-for-profiling/mono
$ ./run.sh
The following command will build and run automated tests.
$ ./test.sh
The following command will clean the build directory.
$ ./clean.sh
- CMake
- libsndfile
$ sudo apt-get install cmake
$ sudo apt-get install libsndfile-dev
$ brew install cmake
$ brew install libsndfile