summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-04-30 13:53:08 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-04-30 13:58:44 +0530
commit797bb79d9109a2f53bf10f6a51dbd521f3a230be (patch)
treebbde5ea444a53bcefbac89ad7850a6f45d949b59
parentcd2fe9a113900aaaed3c9f7e366dee61bf6f5d94 (diff)
Add a caveat-infested READMEHEADmaster
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..86cf7af
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+This is a simple program to switch PulseAudio output between your device and
+laptop. The code is very raw and ugly, but is out there to demonstrate how
+simple doing such this is, with PulseAudio. There are a lot of TODOs (marked
+with XXXs in comments), and terrible coding practices (don't look at the use of
+the configuration system!).
+
+To build, you will need to fix up RELATIVE_AOSP_PATH in jni/Android.mk. This
+eventually needs to be fixed up to take the path to the AOSP[1] build (with
+PulseAudio support[2]) via an environment variable.
+
+[1] http://source.android.com/source/index.html
+[2] http://www.freedesktop.org/wiki/Software/PulseAudio/Ports/Android