Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Paste Description for Stuff

/etc/pule/*

Stuff
Sunday, April 8th, 2007 at 11:13:39pm UTC 

  1. # $Id: client.conf.in 1285 2006-08-19 01:18:57Z lennart $
  2. #
  3. # This file is part of PulseAudio.
  4. #
  5. # PulseAudio is free software; you can redistribute it and/or modify
  6. # it 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
  17. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  18. # USA.
  19.  
  20. ## Configuration file for pulseaudio clients. Default values are
  21. ## commented out.  Use either ; or # for commenting
  22.  
  23. ## Path to the pulseaudio daemon to run when autospawning.
  24. ; daemon-binary = /usr/bin/pulseaudio
  25.  
  26. ## Extra arguments to pass to the pulseaudio daemon
  27. ; extra-arguments = --log-target=syslog --exit-idle-time=5
  28.  
  29. ## The default sink to connect to
  30. ; default-sink =
  31.  
  32. ## The default source to connect to
  33. ; default-source =
  34.  
  35. ## The default sever to connect to
  36. ; default-server =
  37.  
  38. ## Autospawn daemons?
  39. autospawn = yes
  40.  
  41. ### Cookie file
  42. ; cookie-file =
  43.  
  44. ### Disable shared memory data transfer
  45. ; disable-shm = 0
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. # $Id: daemon.conf.in 1287 2006-08-19 01:20:40Z lennart $
  59. #
  60. # This file is part of PulseAudio.
  61. #
  62. # PulseAudio is free software; you can redistribute it and/or modify
  63. # it under the terms of the GNU Lesser General Public License as published by
  64. # the Free Software Foundation; either version 2 of the License, or
  65. # (at your option) any later version.
  66. #
  67. # PulseAudio is distributed in the hope that it will be useful, but
  68. # WITHOUT ANY WARRANTY; without even the implied warranty of
  69. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  70. # General Public License for more details.
  71. #
  72. # You should have received a copy of the GNU Lesser General Public License
  73. # along with PulseAudio; if not, write to the Free Software
  74. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  75. # USA.
  76.  
  77. ## Configuration file for the pulseaudio daemon. Default values are
  78. ## commented out.  Use either ; or # for commenting
  79.  
  80. # Extra verbositiy
  81. ; verbose = 0
  82.  
  83. ## Daemonize after startup
  84. ; daemonize = 0
  85.  
  86. ## Quit if startup fails
  87. ; fail = 1
  88.  
  89. ## Renice the daemon to level -15 and try to get SCHED_FIFO
  90. ## scheduling. This a good idea if you hear annyoing noise in the
  91. ## playback. However, this is a certain security issue, since it works
  92. ## when called SUID root only. root is dropped immediately after gaining
  93. ## the nice level and SCHED_FIFO scheduling on startup.
  94. ; high-priority = 0
  95.  
  96. ## Disallow module loading after startup
  97. ; disallow-module-loading = 0
  98.  
  99. ## Terminate the daemon after the last client quit and this time
  100. ## passed. Use a negative value to disable this feature.
  101. exit-idle-time = 10
  102.  
  103. ## Unload autoloaded modules after being idle for this time
  104. ; module-idle-time = 20
  105.  
  106. ## Unload autoloaded sample cache entries after being idle for this time
  107. ; scache-idle-time = 20
  108.  
  109. ## The path were to look for dynamic shared objects (DSOs aka
  110. ## plugins).  You may specify more than one path seperated by
  111. ## colons.
  112. ; dl-search-path = /usr/lib/pulse-0.9/modules/
  113.  
  114. ## The default script file to load. Specify an empty string for not
  115. ## loading a default script file. The
  116. ; default-script-file =
  117.  
  118. ## The default log target. Use either "stderr", "syslog" or
  119. ## "auto". The latter is equivalent to "sylog" in case daemonize is
  120. ## true, otherwise to "stderr".
  121. ; log-target = auto
  122.  
  123. ## The resampling algorithm to use. Use one of src-sinc-best-quality,
  124. ## src-sinc-medium-quality, src-sinc-fastest, src-zero-order-hold,
  125. ## src-linear, trivial. See the documentation of libsamplerate for an
  126. ## explanation for the different methods. The method 'trivial' is the
  127. ## only algorithm implemented without usage of floating point
  128. ## numbers. If you're tight on CPU consider using this. On the other
  129. ## hand it has the worst quality of all.
  130. ; resample-method = sinc-fastest
  131.  
  132. ## Create a PID file in /tmp/pulseaudio-$USER/pid. Of this is enabled
  133. ## you may use commands like "pulseaudio --kill" or "pulseaudio
  134. ## --check". If you are planning to start more than one pulseaudio
  135. ## process per user, you better disable this option since it
  136. ## effectively disables multiple instances.
  137. ; use-pid-file = 1
  138.  
  139. ## Do not install the CPU load limit, even on platforms where it is
  140. ## supported. This option is useful when debugging/profiling
  141. ## PulseAudio to disable disturbing SIGXCPU signals.
  142. ; no-cpu-limit = 0
  143.  
  144. ## Run the daemon as system-wide instance, requires root priviliges
  145. ; system-instance = 0
  146.  
  147. ## Resource limits, see getrlimit(2) for more information
  148. ; rlimit-as = -1
  149. ; rlimit-core = -1
  150. ; rlimit-data = -1
  151. ; rlimit-fsize = -1
  152. ; rlimit-nofile = 200
  153. ; rlimit-stack = -1
  154. ; rlimit-nproc = -1
  155. ; rlimit-memlock = 25
  156.  
  157. ## Disable shared memory data transfer
  158. ; disable-shm = 0
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. #!/usr/bin/pulseaudio -nF
  171.  
  172. #
  173. # This file is part of PulseAudio.  (default.pa)
  174. #
  175. # PulseAudio is free software; you can redistribute it and/or modify it
  176. # under the terms of the GNU Lesser General Public License as published by
  177. # the Free Software Foundation; either version 2 of the License, or
  178. # (at your option) any later version.
  179. #
  180. # PulseAudio is distributed in the hope that it will be useful, but
  181. # WITHOUT ANY WARRANTY; without even the implied warranty of
  182. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  183. # General Public License for more details.
  184. #
  185. # You should have received a copy of the GNU Lesser General Public License
  186. # along with PulseAudio; if not, write to the Free Software Foundation,
  187. # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  188.  
  189.  
  190. ### Load audio drivers statically
  191. #load-module module-alsa-sink
  192. #load-module module-alsa-source device=plughw:1,0
  193. #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
  194. #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  195. #load-module module-null-sink
  196. #load-module module-pipe-sink
  197.  
  198. .ifexists /usr/lib/pulse-0.9/modules/module-hal-detect.so
  199.  
  200. ### Automatically load driver modules depending on the hardware available
  201. load-module module-hal-detect
  202.  
  203. .else
  204.  
  205. ### Alternatively use the static hardware detection module (for systems that
  206. ### lack HAL support
  207. load-module module-detect
  208.  
  209. .endif
  210.  
  211. ### Load audio drivers automatically on access
  212. #add-autoload-sink output module-oss device="/dev/dsp" sink_name=output source_name=input
  213. #add-autoload-source input module-oss device="/dev/dsp" sink_name=output source_name=input
  214. #add-autoload-sink output module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  215. #add-autoload-source input module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  216. #add-autoload-sink output module-alsa-sink sink_name=output
  217. #add-autoload-source input module-alsa-source source_name=input
  218.  
  219. .ifexists /usr/lib/pulse-0.9/modules/module-esound-protocol-unix.so
  220.  
  221. ### Load esound protocol
  222. load-module module-esound-protocol-unix
  223.  
  224. .endif
  225.  
  226. ### Load native protocol
  227. load-module module-native-protocol-unix
  228.  
  229. ### Network access (may be configured with paprefs, so leave this commented
  230. ### here if you plan to use paprefs)
  231. #load-module module-esound-protocol-tcp
  232. #load-module module-native-protocol-tcp
  233. #load-module module-zeroconf-publish
  234.  
  235. ### Load the RTP reciever module (also configured via paprefs, see above)
  236. #load-module module-rtp-recv
  237.  
  238. ### Load the RTP sender module (also configured via paprefs, see above)
  239. #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
  240. #load-module module-rtp-send source=rtp.monitor
  241.  
  242. ### Automatically restore the volume of playback streams
  243. load-module module-volume-restore
  244.  
  245. ### Automatically move streams to the default sink if the sink they are
  246. ### connected to dies, similar for sources
  247. load-module module-rescue-streams
  248.  
  249. ### Make some devices default
  250. #set-default-sink output
  251. #set-default-source input
  252.  
  253. .nofail
  254.  
  255. ### Load something to the sample cache
  256. load-sample x11-bell /usr/share/sounds/gtk-events/activate.wav
  257. #load-sample-dir-lazy /usr/share/sounds/*.wav
  258.  
  259. ### Load X11 bell module
  260. load-module module-x11-bell sample=x11-bell
  261.  
  262. ### Publish connection data in the X11 root window
  263. load-module module-x11-publish
  264.  
  265. ### Load additional modules from GConf settings. This can be configured with the paprefs tool.
  266. ### Please keep in mind that the modules configured by paprefs might conflict with manually
  267. ### loaded modules.
  268. load-module module-gconf

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right