Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. $ pulseaudio --dump-conf
  2. ### Read from configuration file: /etc/pulse/daemon.conf ###
  3. daemonize = no
  4. fail = yes
  5. high-priority = yes
  6. nice-level = -11
  7. realtime-scheduling = yes
  8. realtime-priority = 5
  9. allow-module-loading = yes
  10. allow-exit = yes
  11. use-pid-file = yes
  12. system-instance = no
  13. local-server-type = user
  14. cpu-limit = no
  15. enable-shm = yes
  16. flat-volumes = no
  17. lock-memory = no
  18. exit-idle-time = 20
  19. scache-idle-time = 20
  20. dl-search-path = /usr/lib/pulse-8.0/modules
  21. default-script-file = /etc/pulse/default.pa
  22. load-default-script-file = yes
  23. log-target =
  24. log-level = notice
  25. resample-method = auto
  26. enable-remixing = yes
  27. enable-lfe-remixing = yes
  28. lfe-crossover-freq = 120
  29. default-sample-format = s16le
  30. default-sample-rate = 44100
  31. alternate-sample-rate = 48000
  32. default-sample-channels = 2
  33. default-channel-map = front-left,front-right
  34. default-fragments = 4
  35. default-fragment-size-msec = 25
  36. enable-deferred-volume = yes
  37. deferred-volume-safety-margin-usec = 1
  38. deferred-volume-extra-delay-usec = 0
  39. shm-size-bytes = 0
  40. log-meta = no
  41. log-time = no
  42. log-backtrace = 0
  43. rlimit-fsize = -1
  44. rlimit-data = -1
  45. rlimit-stack = -1
  46. rlimit-core = -1
  47. rlimit-rss = -1
  48. rlimit-as = -1
  49. rlimit-nproc = -1
  50. rlimit-nofile = 256
  51. rlimit-memlock = -1
  52. rlimit-locks = -1
  53. rlimit-sigpending = -1
  54. rlimit-msgqueue = -1
  55. rlimit-nice = 31
  56. rlimit-rtprio = 9
  57. rlimit-rttime = 200000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement