Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

gourgi

By: a guest on Feb 28th, 2009  |  syntax: None  |  size: 1.88 KB  |  hits: 115  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. $ cat /etc/pulse/daemon.conf
  2. # $Id: daemon.conf.in 2175 2008-03-27 23:39:10Z lennart $
  3. #
  4. # This file is part of PulseAudio.
  5. #
  6. # PulseAudio is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU Lesser General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # PulseAudio is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU Lesser General Public License
  17. # along with PulseAudio; if not, write to the Free Software
  18. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  19. # USA.
  20.  
  21. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  22. ## more information. Default values a commented out.  Use either ; or # for
  23. ## commenting.
  24.  
  25. ; daemonize = no
  26. ; fail = yes
  27. ; disallow-module-loading = no
  28. ; use-pid-file = yes
  29. ; system-instance = no
  30. ; disable-shm = no
  31.  
  32. ; high-priority = yes
  33. ; nice-level = -11
  34.  
  35. ; realtime-scheduling = no
  36. ; realtime-priority = 5
  37.  
  38. ; exit-idle-time = -1
  39. ; module-idle-time = 20
  40. ; scache-idle-time = 20
  41.  
  42. ; dl-search-path = (depends on architecture)
  43.  
  44. ; default-script-file =
  45.  
  46. ; log-target = auto
  47. ; log-level = notice
  48.  
  49. resample-method = speex-float-1
  50. ; disable-remixing = no
  51.  
  52. ; no-cpu-limit = no
  53.  
  54. ; rlimit-as = -1
  55. ; rlimit-core = -1
  56. ; rlimit-data = -1
  57. ; rlimit-fsize = -1
  58. ; rlimit-nofile = 256
  59. ; rlimit-stack = -1
  60. ; rlimit-nproc = -1
  61. ; rlimit-memlock = -1
  62. ; rlimit-nice = 31
  63. ; rlimit-rtprio = 9
  64.  
  65. ; default-sample-format = s16le
  66. ; default-sample-rate = 44100
  67.  default-sample-channels = 6
  68.  
  69. default-fragments = 8
  70. default-fragment-size-msec = 10
  71. gourgi@gourgi:~$