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