spacepaste

  1.  
  2. # This file is part of PulseAudio.
  3. #
  4. # PulseAudio is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU Lesser General Public License as published by
  6. # the Free Software Foundation; either version 2 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # PulseAudio is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. # General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU Lesser General Public License
  15. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  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. ; daemonize = no
  20. ; fail = yes
  21. ; allow-module-loading = yes
  22. ; allow-exit = yes
  23. ; use-pid-file = yes
  24. ; system-instance = no
  25. ; local-server-type = user
  26. ; enable-shm = yes
  27. ; enable-memfd = 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. ; high-priority = yes
  32. ; nice-level = -11
  33. ; realtime-scheduling = yes
  34. ; realtime-priority = 5
  35. ; exit-idle-time = 20
  36. ; scache-idle-time = 20
  37. ; dl-search-path = (depends on architecture)
  38. ; load-default-script-file = yes
  39. ; default-script-file = /etc/pulse/default.pa
  40. ; log-target = auto
  41. ; log-level = notice
  42. ; log-meta = no
  43. ; log-time = no
  44. ; log-backtrace = 0
  45. ; resample-method = speex-float-1
  46. ; enable-remixing = yes
  47. ; enable-lfe-remixing = no
  48. ; lfe-crossover-freq = 0
  49. ; flat-volumes = yes
  50. ; rlimit-fsize = -1
  51. ; rlimit-data = -1
  52. ; rlimit-stack = -1
  53. ; rlimit-core = -1
  54. ; rlimit-as = -1
  55. ; rlimit-rss = -1
  56. ; rlimit-nproc = -1
  57. ; rlimit-nofile = 256
  58. ; rlimit-memlock = -1
  59. ; rlimit-locks = -1
  60. ; rlimit-sigpending = -1
  61. ; rlimit-msgqueue = -1
  62. ; rlimit-nice = 31
  63. ; rlimit-rtprio = 9
  64. ; rlimit-rttime = 200000
  65. ; default-sample-format = s16le
  66. ; default-sample-rate = 44100
  67. ; alternate-sample-rate = 48000
  68. ; default-sample-channels = 2
  69. ; default-channel-map = front-left,front-right
  70. ; default-fragments = 4
  71. ; default-fragment-size-msec = 25
  72. log-level=debug
  73. ; enable-deferred-volume = yes
  74. ; deferred-volume-safety-margin-usec = 8000
  75. ; deferred-volume-extra-delay-usec = 0
  76.