Guest User

Untitled

a guest
Jul 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # (at your option) any later version.
  2. #
  3. # PulseAudio is distributed in the hope that it will be useful, but
  4. # WITHOUT ANY WARRANTY; without even the implied warranty of
  5. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  6. # General Public License for more details.
  7. #
  8. # You should have received a copy of the GNU Lesser General Public License
  9. # along with PulseAudio; if not, write to the Free Software
  10. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  11. # USA.
  12.  
  13. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  14. ## more information. Default values a commented out. Use either ; or # for
  15. ## commenting.
  16.  
  17. ; daemonize = no
  18. ; fail = yes
  19. ; allow-module-loading = yes
  20. ; allow-exit = yes
  21. ; use-pid-file = yes
  22. ; system-instance = no
  23. ; enable-shm = yes
  24. shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  25. ; lock-memory = no
  26. ; cpu-limit = no
  27.  
  28. ; high-priority = yes
  29. ; nice-level = -11
  30.  
  31. ; realtime-scheduling = yes
  32. ; realtime-priority = 5
  33.  
  34. ; exit-idle-time = 20
  35. ; scache-idle-time = 20
  36.  
  37. ; dl-search-path = (depends on architecture)
  38.  
  39. ; load-default-script-file = yes
  40. ; default-script-file =
  41.  
  42. ; log-target = auto
  43. ; log-level = notice
  44. ; log-meta = no
  45. ; log-time = no
  46. ; log-backtrace = 0
  47.  
  48. resample-method = speex-float-1
  49. enable-remixing = yes
  50. ; enable-lfe-remixing = no
  51.  
  52. flat-volumes = no
  53.  
  54. ; rlimit-fsize = -1
  55. ; rlimit-data = -1
  56. ; rlimit-stack = -1
  57. ; rlimit-core = -1
  58. ; rlimit-as = -1
  59. ; rlimit-rss = -1
  60. ; rlimit-nproc = -1
  61. ; rlimit-nofile = 256
  62. ; rlimit-memlock = -1
  63. ; rlimit-locks = -1
  64. ; rlimit-sigpending = -1
  65. ; rlimit-msgqueue = -1
  66. ; rlimit-nice = 31
  67. ; rlimit-rtprio = 9
  68. ; rlimit-rttime = 1000000
  69.  
  70. default-sample-format = s16le
  71. default-sample-rate = 44100
  72. default-sample-channels = 2
  73. ; default-channel-map = front-left,front-right
  74.  
  75. default-fragments = 16
  76. default-fragment-size-msec = 15
Add Comment
Please, Sign In to add comment