]> code.delx.au - pulseaudio/blob - polyp/polypaudio.pa
sample cache work
[pulseaudio] / polyp / polypaudio.pa
1 #!./polypaudio -F
2
3 #
4 # This file is part of polypaudio.
5 #
6 # polypaudio is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU 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 # polypaudio 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 General Public License
17 # along with polypaudio; if not, write to the Free Software Foundation,
18 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19
20
21 # Load audio drivers
22 load module-alsa-sink
23 load module-alsa-source device=plughw:1,0
24 #load module-oss device="/dev/dsp"
25 #load module-oss-mmap device="/dev/dsp"
26
27 # Load several protocols
28 load module-esound-protocol-tcp
29 load module-simple-protocol-tcp
30 load module-native-protocol-unix
31 load module-cli-protocol-unix
32
33 # Load the CLI module
34 load module-cli
35
36 .nofail
37
38 # Make some devices default
39 sink_default alsa_output
40 source_default alsa_input
41