Madplay

From ArmadeusWiki
Revision as of 09:25, 21 October 2008 by JulienB (Talk | contribs)

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 ALSA running on your board first.
  • In Buildroot menuconfig, choose madplayer:
[armadeus]$ make menuconfig

Menuconfig package.png

Menuconfig package audio.png

  • reflash your rootfs

Usage

# madplay your_music.mp3

Links