summaryrefslogtreecommitdiffstats
path: root/rules/madplay.in
blob: 81b7ab53e0bebbf47bdc11df8b8e27b6014ba03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=multimedia_sound

config MADPLAY
	tristate
	prompt "madplay                       "
	select LIBMAD
	select LIBID3TAG
	select ALSA_LIB
	help
	  MPEG audio player in fixed point

	  MAD is an MPEG audio decoder. It currently only supports the
	  MPEG 1 standard, but fully implements all three audio layers
	  (Layer I, Layer II, and Layer III, the latter often
	  colloquially known as MP3.).  There is also full support for
	  ID3 tags.

	  All work is done in fixed point, so it even works on
	  machines without an FPU.