# noise-suppression This library is used to suppress background noise from input PCM data. Build steps for Linux ``` mkdir ./out cd ./out/ cmake ../ -DVERSION=1.1 -DCMAKE_INSTALL_PREFIX=/usr/local/ -DLIB_INSTALL_DIR=/usr/local/lib make ``` Build steps for Tizen ``` gbs -c ./.gbs.conf build -A armv7l --include-all ```