diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-05 20:11:01 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-08 10:21:45 +0300 |
commit | a66ee82a05d8ff1ef7c5ff9ac7723cb32fc4e22a (patch) | |
tree | ea8720cdbd6aa6d7a24039004f621217873ec6a7 /doc/guix.texi | |
parent | 9f5cb517d09eb6136c21bb8bbe097951a1af85d5 (diff) | |
download | patches-a66ee82a05d8ff1ef7c5ff9ac7723cb32fc4e22a.tar patches-a66ee82a05d8ff1ef7c5ff9ac7723cb32fc4e22a.tar.gz |
services: Add pulseaudio service.
* gnu/services/sound.scm (pulseaudio-environment): New procedure.
(pulseaudio-service-type): New variable.
* doc/guix.texi (Sound Services): Document it.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index df1ba428a5..bb0ef17ddd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15951,6 +15951,20 @@ pcm.!default @{ See @uref{https://www.alsa-project.org/main/index.php/Asoundrc} for the details. +@deffn {Scheme Variable} pulseaudio-service-type +This is the type for the @uref{http://www.pulseaudio.org/, PulseAudio +sound server}, which sets the @var{LADSPA_PATH} environment variable to +allow PulseAudio load modules from @code{swh-plugins} package. + +See @uref{http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html} for the +details. + +The following example will setup the service: + +@lisp +(service pulseaudio-service-type) +@end lisp +@end deffn @node Database Services @subsection Database Services |