summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/nxplayer/README.txt')
-rw-r--r--apps/system/nxplayer/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/system/nxplayer/README.txt b/apps/system/nxplayer/README.txt
new file mode 100644
index 000000000..32d1f20fc
--- /dev/null
+++ b/apps/system/nxplayer/README.txt
@@ -0,0 +1,17 @@
+NXPlayer
+========
+
+ Source: NuttX
+ Author: Ken Pettit
+ Date: 11 Sept 2013
+
+This application implements a command-line media player
+which uses the NuttX Audio system to play files (mp3,
+wav, etc.) from the file system.
+
+Usage:
+ nxplayer
+
+The application presents an command line for specifying
+player commands, such as "play filename", "pause",
+"volume 50%", etc.