Increase the maximum line length of default.pa from 256 to 1024. Load commands of...
[pulseaudio.git] / src / daemon / default.pa.win32
blobd5a1e183d579636040a8088776a97797c02f637c
1 #\r
2 # This file is part of PulseAudio.\r
3 #\r
4 # PulseAudio is free software; you can redistribute it and/or modify it\r
5 # under the terms of the GNU Lesser General Public License as published by\r
6 # the Free Software Foundation; either version 2 of the License, or\r
7 # (at your option) any later version.\r
8 #\r
9 # PulseAudio is distributed in the hope that it will be useful, but\r
10 # WITHOUT ANY WARRANTY; without even the implied warranty of\r
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
12 # General Public License for more details.\r
13 #\r
14 # You should have received a copy of the GNU Lesser General Public License\r
15 # along with PulseAudio; if not, write to the Free Software Foundation,\r
16 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.\r
19 # Load audio drivers statically\r
21 load-module module-waveout sink_name=output source_name=input\r
22 load-module module-null-sink\r
24 # Load audio drivers automatically on access\r
26 #add-autoload-sink output module-waveout sink_name=output source_name=input\r
27 #add-autoload-source input module-waveout sink_name=output source_name=input\r
29 # Load several protocols\r
30 #load-module module-esound-protocol-tcp\r
31 #load-module module-native-protocol-tcp\r
32 #load-module module-simple-protocol-tcp\r
33 #load-module module-cli-protocol-tcp\r
35 # Make some devices default\r
36 set-default-sink output\r
37 set-default-source input\r
39 .nofail\r
41 # Load something to the sample cache\r
42 load-sample x11-bell %WINDIR%\Media\ding.wav\r
43 load-sample-dir-lazy %WINDIR%\Media\*.wav\r