Difference between revisions of "Madplay"
From ArmadeusWiki
m (→Installation) |
m |
||
Line 1: | Line 1: | ||
− | madplay is an audio player for UNIXes. It uses | + | 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== | ==Installation== |
Revision as of 08:25, 21 October 2008
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
- reflash your rootfs
Usage
# madplay your_music.mp3