gui: Clear top window only once on resize.
[paraslash.git] / m4 / gengetopt / alsa_write.m4
1 args "--no-version --no-help"
2
3 purpose "Native ALSA output plugin"
4
5 include(header.m4)
6
7 <qu>
8 option "device" d
9 #~~~~~~~~~~~~~~~~
10 "set PCM device"
11 string typestr = "device"
12 default = "default"
13 optional
14 details = "
15         Check for the presence of a /proc/asound/ directory to see if
16         ALSA is present in your kernel. The file /proc/asound/devices
17         contains all devices ALSA knows about.
18 "
19
20 option "buffer-time" B
21 #~~~~~~~~~~~~~~~~~~~~~
22 "duration of the ALSA buffer"
23 int typestr = "milliseconds"
24 default = "170"
25 optional
26 details = "
27         This is only a hint as ALSA might pick a slightly different
28         time, depending on the sound hardware. The chosen value is
29         shown in debug output as BUFFER_TIME.
30
31         If synchronization between multiple clients is desired,
32         the same buffer time should be configured for all clients.
33 "
34
35 </qu>
36