From 797bb79d9109a2f53bf10f6a51dbd521f3a230be Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 30 Apr 2012 13:53:08 +0530 Subject: Add a caveat-infested README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README 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 -- cgit v1.2.3