Add README consisting build steps 07/296007/2 accepted/tizen_unified_riscv accepted/tizen/unified/20230719.170117 accepted/tizen/unified/riscv/20230724.093733
authorNishant Chaprana <n.chaprana@samsung.com>
Tue, 18 Jul 2023 07:43:30 +0000 (13:13 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Tue, 18 Jul 2023 10:03:10 +0000 (15:33 +0530)
Change-Id: Ia32507b45de297fea6fed40065c0791c5e0380c9
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..2053378
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# 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
+```