summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-12-25 11:57:11 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-12-25 11:57:11 +0100
commit133f88dc2c86ac3a125b047ff86459a08ae822bc (patch)
tree12d6f3aab86b1b7ec8d046026bc5eb0204ac0165
parentb7d3a1efac08f3befb2ac9ee26dd4473065f1c1d (diff)
README updates
-rw-r--r--README.markdown8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index f61d586..2d41cf4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -40,7 +40,7 @@ See also:
Wiimote Blinkenlights. Press D-Pad up to toggle modes, Home to quit.
-Usage: ./wibble`
+Usage: ./wibble
## wiiplay
@@ -50,11 +50,13 @@ speaker.
Requires: `mpg321` / `oggdec` and `sox`. Also, `wiispkr` must be in the current
working directory.
-Usage: ./wiiplay *btaddr* *file*
+Usage: ./wiiplay *btaddr* *file* [*volume*]
+
+Accepted volumes are 0 .. 255, the default is 64.
## wiispkr
Plays an 8bit 2kHz signed PCM file on the wiimote speaker. You can create one
using e.g. `sox --norm /tmp/in.wav -b 8 /tmp/out.raw channels 1 rate 2000`
-Usage: ./wiispkr *btaddr* **<** *file*
+Usage: ./wiispkr *btaddr* [*volume*] **<** *file*