Madplay: Difference between revisions

From ArmadeusWiki
JulienB (talk | contribs)
creation
 
JulienB (talk | contribs)
Line 2: Line 2:


==Installation==
==Installation==
* Be sure to have [[ALSA]] running on your board first.
* In Buildroot menuconfig, choose madplayer:
* In Buildroot menuconfig, choose madplayer:
  [armadeus]$ make menuconfig
  [armadeus]$ make menuconfig

Revision as of 09:25, 21 October 2008

madplay is an audio player for UNIXes. It uses libMAD 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

  • reflash your rootfs

Usage

# madplay your_music.mp3

Links