Advertisement
Guest User

Untitled

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