summaryrefslogtreecommitdiff
path: root/m4/lls/write_cmd.suite.m4
blob: 20751c54579e96179a8daa7e251e43bbae52cb08 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[suite write_cmd]
caption = writers
[subcommand alsa]
	purpose = native ALSA output plugin
	[option device]
		short_opt = d
		summary = set PCM device
		typestr = device
		arg_info = required_arg
		arg_type = string
		default_val = default
		[help]
			Check for the presence of a /proc/asound/ directory to see if ALSA
			is present in your kernel. The file /proc/asound/devices contains
			all devices ALSA knows about.
		[/help]
	[option buffer-time]
		short_opt = B
		summary = duration of the ALSA buffer
		typestr = milliseconds
		arg_info = required_arg
		arg_type = uint32
		default_val = 170
		[help]
			This is only a hint as ALSA might pick a slightly different time,
			depending on the sound hardware. The chosen value is shown in debug
			output as BUFFER_TIME.

			If synchronization between multiple clients is desired, the same
			buffer time should be configured for all clients.
		[/help]
[subcommand ao]
	purpose = output plugin for libao
	[option driver]
		short_opt = d
		summary = select a output driver by name
		typestr = name
		arg_info = required_arg
		arg_type = string
		[help]
			If this is not given, the driver with the highest priority will be
			used. The list of available drivers and their priorities is shown in
			debug mode.
		[/help]
	[option ao-option]
		short_opt = o
		summary = pass a key-value pair to the libao driver
		typestr = key:value
		arg_info = required_arg
		arg_type = string
		flag multiple
		[help]
			For each time this option is given, the supplied key-value pair is
			appended to the list of options for the driver. Invalid keys are
			silently ignored. The list of available keys is shown in debug mode.
		[/help]
[subcommand oss]
	purpose = output plugin for the Open Sound System
	[option device]
		short_opt = d
		summary = set PCM device
		typestr = path
		arg_info = required_arg
		arg_type = string
		default_val = /dev/dsp
[subcommand file]
	purpose = deprecated, don't use
	[option filename]
		short_opt = f
		summary = specify output file name
		typestr = path
		arg_info = required_arg
		arg_type = string
		[help]
			Defaults to a random filename in ~/.paraslash.
		[/help]