summaryrefslogtreecommitdiffstats
path: root/rules/mad.in
blob: b60829b69cce12a1b464ea882e53f605d83e7b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config MAD
	bool
	prompt "mad"
	help
	  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.