Ticket #794: default.pa

File default.pa, 1.8 KB (added by gnoddep, 10 months ago)
Line 
1#!/usr/bin/pulseaudio -nF
2#
3# This file is part of PulseAudio.
4#
5# PulseAudio is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# PulseAudio is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public License
16# along with PulseAudio; if not, write to the Free Software Foundation,
17# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18
19# This startup script is used only if PulseAudio is started in system
20# mode.
21
22load-module module-raop-sink server=fallom.home.gnodde.org sink_name=Fallom
23#load-module module-raop-sink server=pelorat.home.gnodde.org sink_name=Pelorat
24#load-module module-combine sink_name=Combined slaves=Fallom,Pelorat
25set-default-sink Fallom
26#set-default-sink Combined
27
28### Load several protocols
29load-module module-native-protocol-unix
30
31### Automatically restore the volume of streams and devices
32load-module module-stream-restore
33load-module module-device-restore
34
35### Automatically restore the default sink/source when changed by the user during runtime
36load-module module-default-device-restore
37
38### Automatically move streams to the default sink if the sink they are
39### connected to dies, similar for sources
40load-module module-rescue-streams
41
42### Make sure we always have a sink around, even if it is a null sink.
43load-module module-always-sink
44
45### Automatically suspend sinks/sources that become idle for too long
46load-module module-suspend-on-idle