nuttx-apps/system/nxplayer
2016-07-11 10:45:17 -06:00
..
.gitignore
Kconfig
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt. 2016-07-11 10:45:17 -06:00
nxplayer_main.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
nxplayer.c This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h" 2016-07-11 10:11:18 -06:00
README.txt

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.