ref: 3c4ce564149ff198790b2ceb41d353e24994b5ac
parent: d7cbdc9c9f307f2e6308635552e93b17744dc047
author: Benjamin Scher Purcell <ben@spew.club>
date: Tue Jan 12 16:47:22 EST 2016
add readme
--- /dev/null
+++ b/readme.md
@@ -1,0 +1,20 @@
+Seeking Audio Player
+======
+
+This creates a simple graphical interface to seek
+and pause audio files. Usage is:
+
+```
+ aplay [-C codec] [-a audiodevice] file
+```
+
+The default codec is `/bin/audio/mp3dec` and the
+default audio device is `/dev/audio`.
+
+The keyboard interface is:
+
+1. q and del quit.
+2. Space pauses and unpauses.
+
+Clicking anywhere seeks to that position. You can
+hold down the mouse and adjust the position.