Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ; daemonize = no
  2. ; fail = yes
  3. ; allow-module-loading = yes
  4. ; allow-exit = yes
  5. ; use-pid-file = yes
  6. ; system-instance = no
  7. ; local-server-type = user
  8. ; enable-shm = yes
  9. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  10. ; lock-memory = no
  11. ; cpu-limit = no
  12.  
  13. ; high-priority = yes
  14. ; nice-level = -11
  15.  
  16. ; realtime-scheduling = yes
  17. ; realtime-priority = 5
  18.  
  19. ; exit-idle-time = 20
  20. ; scache-idle-time = 20
  21.  
  22. ; dl-search-path = (depends on architecture)
  23.  
  24. ; load-default-script-file = yes
  25. ; default-script-file = /etc/pulse/default.pa
  26.  
  27. ; log-target = auto
  28. ; log-level = notice
  29. ; log-meta = no
  30. ; log-time = no
  31. ; log-backtrace = 0
  32.  
  33. ; resample-method = speex-float-1
  34. ; enable-remixing = yes
  35. ; enable-lfe-remixing = no
  36.  
  37. ; flat-volumes = yes
  38.  
  39. ; rlimit-fsize = -1
  40. ; rlimit-data = -1
  41. ; rlimit-stack = -1
  42. ; rlimit-core = -1
  43. ; rlimit-as = -1
  44. ; rlimit-rss = -1
  45. ; rlimit-nproc = -1
  46. ; rlimit-nofile = 256
  47. ; rlimit-memlock = -1
  48. ; rlimit-locks = -1
  49. ; rlimit-sigpending = -1
  50. ; rlimit-msgqueue = -1
  51. ; rlimit-nice = 31
  52. ; rlimit-rtprio = 9
  53. ; rlimit-rttime = 1000000
  54.  
  55. ; default-sample-format = s16le
  56. ; default-sample-rate = 44100
  57. ; alternate-sample-rate = 48000
  58. ; default-sample-channels = 2
  59. ; default-channel-map = front-left,front-right
  60.  
  61. ; default-fragments = 5
  62. ; default-fragment-size-msec = 25
  63.  
  64. ; enable-deferred-volume = yes
  65. ; deferred-volume-safety-margin-usec = 8000
  66. ; deferred-volume-extra-delay-usec = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement