nuttx-apps/system/nxplayer
2019-04-23 11:07:20 -06:00
..
.gitignore
Kconfig &Merged in masayuki2009/nuttx.apps/nxplayer_mainthread_stacksize (pull request #164) 2019-01-07 01:51:36 +00:00
Make.defs apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
Makefile Squashed commit of the following: 2019-04-04 18:53:29 -06:00
nxplayer_main.c apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
nxplayer.c apps/system/nxplayer: Fix compile problems when audio debug is enabled. 2019-04-23 11:07:20 -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.