summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-11-27 14:46:36 -0500
committerArun Raghavan <arun@asymptotic.io>2020-11-27 14:46:36 -0500
commit6a4d14d5c07fbb0e0d3caf78baf943772670c3bd (patch)
tree3465ee0ffa74b0067d0d3ff36450627e04877716
parent6a67b5ba7ebe2a4ac8c0484c43de0435b5d2cf93 (diff)
downloadwebrtc-audio-processing-6a4d14d5c07fbb0e0d3caf78baf943772670c3bd.tar.gz
doc: Some minor README cleanups
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index ce885d4..b50b1a7 100644
--- a/README.md
+++ b/README.md
@@ -16,20 +16,13 @@ several different projects.
Feedback
========
-Patches, suggestions welcome. You can send them to the PulseAudio mailing
-list[2] or to me at the address below.
+Patches, suggestions welcome. You can file an issue on our Gitlab repository[2].
--- Arun Raghavan <mail@arunraghavan.net>
-
-[2] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
+[2] https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/
Notes
====
-1. Some files need to be patch to avoid pulling in the gtest framework. This
- should ideally be pushed upstream in some way so we're able to just pull
- in what we need without changing anything.
-
-2. It might be nice to try LTO on the library. We build a lot of code as part
+1. It might be nice to try LTO on the library. We build a lot of code as part
of the main AudioProcessing module deps, and it's possible that this could
provide significant space savings.