1ALSA-DELAY(1) General Commands Manual ALSA-DELAY(1)
2
3
4
6 alsadelay - a command to (re)initialize sound hardware
7
8
10 alsa-delay [options] requested_delay_in_ms [output_card[,device]]
11
12
14 alsa-delay is a command-line utility to setup an audio delay. The snd-
15 aloop ALSA driver is used to send all PCM streams back to the user
16 space and the alsaloop utility is used to send this stream to a real
17 hardware.
18
19 The parameter output_card is ALSA card index (number) or string card
20 identifier. The parameter device is ALSA device number.
21
22 Use aplay -l to list available cards and devices.
23
24
25
27 --h,--help
28 Print help.
29
30 --q,--quiet
31 Quiet mode.
32
33 --y,--yes
34 Do not ask any questions - answer is always yes.
35
36 --c,--clean
37 Clean temporary directory.
38
39 --r,--revert
40 Revert configuration changes (modprobe, pulse-audio).
41
42 --tmpdir=<DIR>
43 Set temporary directory.
44
45
47 --pdevice=<DEV>
48 Force playback device.
49
50 --cdevice=<DEV>
51 Force capture device.
52
53 --pctl=<DEV>
54 Force playback control device.
55
56 --cctl=<DEV>
57 Force capture control device.
58
59 --one=<ARG>
60 Pass this argument to last thread.
61
62 --arg=<ARG>
63 Pass this argument to all threads.
64
65 --mix=<ARG>
66 Redirect ALSA mixer controls to OSS mixer (default is Master).
67
68 --pa Redirect pulse-audio to alsaloop.
69
70
72 For devices, the string %s is replaced with the card index and second
73 string %s is replaced with the device index and third string %s is
74 replaced the substream index (0-7).
75
76 Example: hw:%s,%s,%s (card, device, substream)
77
78
80 alsaloop(1) amixer(1) alsamixer(1)
81
82
83
84 13 January 2016 ALSA-DELAY(1)