nuttx-apps/system/nxplayer
chao an 4d79a5cbaf add initial cmake build system
Co-authored-by: Daniel Agar <daniel@agar.ca>
Signed-off-by: chao an <anchao@xiaomi.com>
2023-07-08 13:52:02 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig
Make.defs
Makefile nxplayer: enqueue streaming data to audio driver. 2023-01-31 22:26:39 +08:00
nxplayer_common.c nxplayer: read file completely until 0 bytes are returned 2023-03-21 07:51:18 +09:00
nxplayer_main.c apps/system/nxplayer&nxlooper: fix codechecker warning 2023-01-25 23:44:07 +02:00
nxplayer_mp3.c Add another batch of missing headers throughout the repository 2023-03-28 14:54:16 -03:00
nxplayer.c system/audio: check if channels are valid 2023-05-26 02:24:28 +08:00
README.md

System / nxplayer NXPlayer

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.