Advertisement
AnthonyAMC

Multiseat /etc/pulse/deamon.conf (Systemwide Pulseaudio)

Oct 1st, 2012
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # This file is part of PulseAudio.
  2. #
  3. # PulseAudio is free software; you can redistribute it and/or modify
  4. # it 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
  15. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  16. # USA.
  17.  
  18. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  19. ## more information. Default values are commented out. Use either ; or # for
  20. ## commenting.
  21.  
  22. local-server-type = system
  23.  
  24. daemonize = yes
  25. ; fail = yes
  26. ; allow-module-loading = yes
  27. ; allow-exit = yes
  28. ; use-pid-file = yes
  29. ; system-instance = no
  30. ; local-server-type = user
  31. ; enable-shm = yes
  32. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  33. ; lock-memory = no
  34. ; cpu-limit = no
  35.  
  36. ; high-priority = yes
  37. ; nice-level = -11
  38.  
  39. ; realtime-scheduling = yes
  40. ; realtime-priority = 5
  41.  
  42. ; exit-idle-time = 20
  43. ; scache-idle-time = 20
  44.  
  45. ; dl-search-path = (depends on architecture)
  46.  
  47. ; load-default-script-file = yes
  48. ; default-script-file = /etc/pulse/default.pa
  49.  
  50. ; log-target = auto
  51. ; log-level = notice
  52. ; log-meta = no
  53. ; log-time = no
  54. ; log-backtrace = 0
  55.  
  56. resample-method = speex-float-1
  57. ; enable-remixing = yes
  58. ; enable-lfe-remixing = no
  59.  
  60. flat-volumes = no
  61.  
  62. ; rlimit-fsize = -1
  63. ; rlimit-data = -1
  64. ; rlimit-stack = -1
  65. ; rlimit-core = -1
  66. ; rlimit-as = -1
  67. ; rlimit-rss = -1
  68. ; rlimit-nproc = -1
  69. ; rlimit-nofile = 256
  70. ; rlimit-memlock = -1
  71. ; rlimit-locks = -1
  72. ; rlimit-sigpending = -1
  73. ; rlimit-msgqueue = -1
  74. ; rlimit-nice = 31
  75. ; rlimit-rtprio = 9
  76. ; rlimit-rttime = 1000000
  77.  
  78. ; default-sample-format = s16le
  79. ; default-sample-rate = 44100
  80. ; default-sample-channels = 2
  81. ; default-channel-map = front-left,front-right
  82.  
  83. default-fragments = 8
  84. default-fragment-size-msec = 10
  85.  
  86. ; enable-deferred-volume = yes
  87. deferred-volume-safety-margin-usec = 1
  88. ; deferred-volume-extra-delay-usec = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement