Advertisement
Guest User

daemon.conf

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