daemon_example.conf 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  16. ## more information. Default values are commented out. Use either ; or # for
  17. ## commenting.
  18. ; daemonize = no
  19. ; fail = yes
  20. ; allow-module-loading = yes
  21. ; allow-exit = yes
  22. ; use-pid-file = yes
  23. ; system-instance = no
  24. ; local-server-type = user
  25. ; enable-shm = yes
  26. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  27. ; lock-memory = no
  28. ; cpu-limit = no
  29. ; high-priority = yes
  30. ; nice-level = -11
  31. ; realtime-scheduling = yes
  32. ; realtime-priority = 5
  33. ; exit-idle-time = 20
  34. ; scache-idle-time = 20
  35. ; dl-search-path = (depends on architecture)
  36. ; load-default-script-file = yes
  37. ; default-script-file = /etc/pulse/default.pa
  38. ; log-target = auto
  39. ; log-level = notice
  40. ; log-meta = no
  41. ; log-time = no
  42. ; log-backtrace = 0
  43. resample-method = speex-float-3
  44. ; enable-remixing = yes
  45. ; enable-lfe-remixing = yes
  46. ; lfe-crossover-freq = 120
  47. flat-volumes = no
  48. ; rlimit-fsize = -1
  49. ; rlimit-data = -1
  50. ; rlimit-stack = -1
  51. ; rlimit-core = -1
  52. ; rlimit-as = -1
  53. ; rlimit-rss = -1
  54. ; rlimit-nproc = -1
  55. ; rlimit-nofile = 256
  56. ; rlimit-memlock = -1
  57. ; rlimit-locks = -1
  58. ; rlimit-sigpending = -1
  59. ; rlimit-msgqueue = -1
  60. ; rlimit-nice = 31
  61. ; rlimit-rtprio = 9
  62. ; rlimit-rttime = 200000
  63. default-sample-format = s24le
  64. default-sample-rate = 44100
  65. ; alternate-sample-rate = 48000
  66. ; default-sample-channels = 2
  67. ; default-channel-map = front-left,front-right
  68. ; default-fragments = 4
  69. ; default-fragment-size-msec = 25
  70. ; enable-deferred-volume = yes
  71. ; deferred-volume-safety-margin-usec = 1
  72. ; deferred-volume-extra-delay-usec = 0