nuttx-apps/system/nxplayer
2017-02-27 09:25:35 -06:00
..
.gitignore
Kconfig
Make.defs
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 nxplayer: Needs to include strings.h for strcasecp() 2017-02-27 09:25:35 -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.