aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp12
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_BSD0
3 files changed, 29 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c0e471a
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,12 @@
+cc_library_static {
+ name: "rnnoise_rnn_vad",
+ srcs: [
+ "src/rnn_vad_weights.cc",
+ ],
+ export_include_dirs: [
+ "src",
+ ],
+ host_supported: true,
+ device_supported: false,
+ visibility: ["//external/webrtc:__subpackages__"],
+}
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..eb57da2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "rnnoise"
+description:
+ "Recurrent neural network for audio noise reduction"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/xiph/rnnoise"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/xiph/rnnoise.git"
+ }
+ version: "9acc1e5a633e0961a5895a73204df24744f199b6"
+ last_upgrade_date { year: 2020 month: 6 day: 3 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_BSD