[audio] system.pa: Adds module-tone-player
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-tw3 / etc / pulse / system.pa
1 # This file is part of PulseAudio.
2 #
3 # PulseAudio is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
7 #
8 # PulseAudio is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public License
14 # along with PulseAudio; if not, write to the Free Software Foundation,
15 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
16
17 # This startup script is used only if PulseAudio is started in system
18 # mode.
19
20 ### Automatically load driver modules depending on the hardware available
21 #.ifexists module-udev-detect.so
22 load-module module-udev-detect
23 #.endif
24
25 ### Load several protocols
26 load-module module-native-protocol-unix auth-anonymous=1
27
28 ### Load module-tizenaudio-policy
29 load-module module-tizenaudio-policy
30
31 ### Sound Player module
32 load-module module-sound-player
33 load-module module-tone-player
34 load-module module-role-ducking global=1 trigger_roles=solo/notification ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
35 load-module module-poweroff
36
37 ### Automatically load driver modules for Bluetooth hardware
38 .ifexists module-bluetooth-policy.so
39 load-module module-bluetooth-policy
40 .endif
41
42 .ifexists module-bluetooth-discover.so
43 load-module module-bluetooth-discover
44 .endif
45
46 ### Automatically restore the volume of streams and devices
47 #load-module module-stream-restore
48 #load-module module-device-restore
49
50 ### Automatically restore the default sink/source when changed by the user
51 ### during runtime
52 ### NOTE: This should be loaded as early as possible so that subsequent modules
53 ### that look up the default sink/source get the right value
54 load-module module-default-device-restore
55
56 .ifexists module-dbus-protocol.so
57 ### If you want to allow TCP connections, set access to "remote" or "local,remote".
58 load-module module-dbus-protocol access=local
59 .endif
60
61 ### Automatically move streams to the default sink if the sink they are
62 ### connected to dies, similar for sources
63 #load-module module-rescue-streams
64
65 ### Make sure we always have a sink around, even if it is a null sink.
66 load-module module-always-sink
67
68 ### Automatically suspend sinks/sources that become idle for too long
69 load-module module-suspend-on-idle timeout=1
70