summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
blob: b86e5bb888284da93188486fab8bed1f3adfa63b (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
28
29
30
31
32
config RAWREC
	bool
	prompt "rawrec/rawplay"
	default n
        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"
	default n
        depends on RAWREC
	help
	  rawrec - a simple audio recording tool
	  http://rawrec.sourceforge.net

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