Madplay

From ArmadeusWiki
Jump to: navigation, search

madplay is an audio player for UNIXes. It uses MAD library and is able to decode MP3, OGG, etc... As it uses integer computation, it is well suited for embedded systems without floating point unit.

Installation

  • be sure to have the ALSA library installed on your board/SDK first (done by default in standard Armadeus rootfs).
  • in Buildroot menuconfig, choose madplayer:
[armadeus]$ make menuconfig

Menuconfig package.png

Menuconfig package audio.png

  • reflash your rootfs or manually transfer the executables to your board.

Usage

# madplay your_music.mp3

Links