summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
blob: 4bb210b8ebff2a9f5a400c7b89c8c01377a0249d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
config RAWREC
	bool
	prompt "rawrec/rawplay"
	help
	 rawrec and rawplay are GPL'd utilities designed to provide
	 the user with a simple way of recording or playing raw audio data from
	 or to their sound card under intel Linux (I havn't tested other
	 architectures, but its written to be portable, I think)

	 Details: http://rawrec.sourceforge.net

config RAWREC_RAWREC
	bool
	prompt "rawrec"
	depends on RAWREC
	help
	  rawrec - a simple audio recording tool
	  http://rawrec.sourceforge.net

config RAWREC_RAWPLAY
	bool
	prompt "rawplay"
	depends on RAWREC
	help
	  rawplay - a simple audio player tool
	  http://rawrec.sourceforge.net