+
+===========================================
+PiPlayer : audio sample player for the Rpi
+===========================================
+
+a gstreamer based media sample player for the Raspberry Pi trigerred by GPIO or OSC callbacks.
+
+
+Usage
+======
+```
+ sudo piplayer DIR
+```
+
+Example
+==========
+```
+ sudo piplayer /path/to/dir/
+```
+
+OSC
+====
+
+ * port : 12345
+ * play address : /play/1
+
+GPIO
+=====
+
+ * play channel : 22
+ * play method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 15 (GPIO 22)
+ * stop channel : 24
+ * stop method : PUD_DOWN between PIN 1 (3.3V Power) and PIN 18 (GPIO 24)
+
+DAEMON
+=======
+
+See etc/
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+import sys
from piplayer.player import PiPlayer