Difference between revisions of "Madplay"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
m (Installation)
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

Menuconfig package.png

Menuconfig package audio.png

  • reflash your rootfs

Usage

# madplay your_music.mp3

Links