aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2021-01-18 09:36:04 +0100
committerPetter Reinholdtsen <pere@hungry.com>2021-01-18 09:36:04 +0100
commitbd7a29c9c1cfaa656993f627600280b8638820df (patch)
tree9a38019e1954a6718293083e8e77d924ac2ed758
parent0627990e0dc0b6de607a2575b7adb0efe67c181e (diff)
downloadrnnoise-bd7a29c9c1cfaa656993f627600280b8638820df.tar.gz
Document in the README the authorative source for the code.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 88fc79c..da30b69 100644
--- a/README
+++ b/README
@@ -15,3 +15,7 @@ PCM files sampled at 48 kHz. It can be used as:
./examples/rnnoise_demo <number of channels> <maximum attenuation> < input.raw > output.raw
The output is also a 16-bit raw PCM file.
+
+The latest version of the source is available from
+https://gitlab.xiph.org/xiph/rnnoise . The github repository
+is a convenience copy.