Advertisement
bastafidli

/etc/pulse/daemon.conf - 3 way multiseat - Pulseaudio

Sep 5th, 2012
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 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 a commented out. Use either ; or # for
  20. ## commenting.
  21.  
  22. # Multiseat:
  23. daemonize = yes
  24. ;;daemonize = no
  25.  
  26. ; fail = yes
  27. ; allow-module-loading = yes
  28. ; allow-exit = yes
  29. ; use-pid-file = yes
  30.  
  31. # Multiseat:
  32. system-instance = yes
  33. ;;system-instance = no
  34.  
  35. ; enable-shm = yes
  36. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  37. ; lock-memory = no
  38. ; cpu-limit = no
  39.  
  40. ; high-priority = yes
  41. ; nice-level = -11
  42.  
  43. ; realtime-scheduling = yes
  44. ; realtime-priority = 5
  45.  
  46. ; exit-idle-time = 20
  47. ; scache-idle-time = 20
  48.  
  49. ; dl-search-path = (depends on architecture)
  50.  
  51. ; load-default-script-file = yes
  52. ; default-script-file =
  53.  
  54. ; log-target = auto
  55. ; log-level = notice
  56. ; log-meta = no
  57. ; log-time = no
  58. ; log-backtrace = 0
  59.  
  60. resample-method = speex-float-1
  61. ; enable-remixing = yes
  62. ; enable-lfe-remixing = no
  63.  
  64. flat-volumes = no
  65.  
  66. ; rlimit-fsize = -1
  67. ; rlimit-data = -1
  68. ; rlimit-stack = -1
  69. ; rlimit-core = -1
  70. ; rlimit-as = -1
  71. ; rlimit-rss = -1
  72. ; rlimit-nproc = -1
  73. ; rlimit-nofile = 256
  74. ; rlimit-memlock = -1
  75. ; rlimit-locks = -1
  76. ; rlimit-sigpending = -1
  77. ; rlimit-msgqueue = -1
  78. ; rlimit-nice = 31
  79. ; rlimit-rtprio = 9
  80. ; rlimit-rttime = 1000000
  81.  
  82. ; default-sample-format = s16le
  83. # Multiseat:
  84. ; default-sample-rate = 44100
  85. default-sample-rate = 48000
  86. ; default-sample-channels = 2
  87. ; default-channel-map = front-left,front-right
  88.  
  89. default-fragments = 8
  90. default-fragment-size-msec = 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement