Advertisement
Guest User

daemon.conf

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