We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973bc6 commit c8f806fCopy full SHA for c8f806f
src/config/media/pulseaudio.md
@@ -19,6 +19,11 @@ terminal as follows:
19
$ pulseaudio --daemonize=no --exit-idle-time=-1
20
```
21
22
+On the other hand, PulseAudio can also end up being auto activated when it isn't
23
+desired. To inhibit this behavior, the `autospawn` directive from
24
+[pulse-client.conf(5)](https://man.voidlinux.org/pulse-client.conf.5) can be set
25
+to `no`.
26
+
27
There are several methods of allowing PulseAudio to access to audio devices. The
28
simplest one is to add your user to the `audio` group. Alternatively, you can
29
use a session manager, like `elogind`.
0 commit comments