Advertisement
Guest User

Untitled

a guest
Nov 19th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. daemonize = yes
  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 = -17
  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-9
  34. ;resample-method = trivial
  35. ; enable-remixing = yes
  36. ; enable-lfe-remixing = no
  37.  
  38. flat-volumes = no
  39.  
  40. ; rlimit-fsize = -1
  41. ; rlimit-data = -1
  42. ; rlimit-stack = -1
  43. ; rlimit-core = -1
  44. ; rlimit-as = -1
  45. ; rlimit-rss = -1
  46. ; rlimit-nproc = -1
  47. ; rlimit-nofile = 256
  48. ; rlimit-memlock = -1
  49. ; rlimit-locks = -1
  50. ; rlimit-sigpending = -1
  51. ; rlimit-msgqueue = -1
  52. ; rlimit-nice = 31
  53. ; rlimit-rtprio = 9
  54. ; rlimit-rttime = 1000000
  55.  
  56. ; default-sample-format = s16le
  57. default-sample-format = float32be
  58. ; default-sample-rate = 44100
  59. default-sample-rate = 48000
  60. ; alternate-sample-rate = 48000
  61. ; default-sample-channels = 2
  62. ; default-channel-map = front-left,front-right
  63.  
  64. default-fragments = 8
  65. default-fragment-size-msec = 15
  66.  
  67. ; enable-deferred-volume = yes
  68. deferred-volume-safety-margin-usec = 1
  69. ; deferred-volume-extra-delay-usec = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement