2004-07-14 21:52:41 +00:00
|
|
|
#!./polypaudio -F
|
|
|
|
|
|
2004-07-16 20:02:44 +00:00
|
|
|
#
|
|
|
|
|
# This file is part of polypaudio.
|
|
|
|
|
#
|
|
|
|
|
# polypaudio is free software; you can redistribute it and/or modify it
|
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
#
|
|
|
|
|
# polypaudio is distributed in the hope that it will be useful, but
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
|
# along with polypaudio; if not, write to the Free Software Foundation,
|
|
|
|
|
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
|
|
|
|
|
|
|
|
|
|
2004-08-05 19:53:57 +00:00
|
|
|
# Load audio drivers statically
|
|
|
|
|
|
2004-08-02 19:45:02 +00:00
|
|
|
#load module-alsa-sink
|
|
|
|
|
#load module-alsa-source device=plughw:1,0
|
2004-08-05 19:53:57 +00:00
|
|
|
#load module-oss device="/dev/dsp" sink_name=output source_name=input
|
2004-08-11 15:11:26 +00:00
|
|
|
#load module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
|
|
|
|
#load module-pipe-sink
|
2004-07-14 21:52:41 +00:00
|
|
|
|
2004-08-05 19:53:57 +00:00
|
|
|
# Load audio drivers automatically on access
|
|
|
|
|
|
|
|
|
|
#autoload_sink_add output module-oss device="/dev/dsp" sink_name=output source_name=input
|
|
|
|
|
#autoload_source_add input module-oss device="/dev/dsp" sink_name=output source_name=input
|
2004-08-10 13:00:12 +00:00
|
|
|
#autoload_sink_add output module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
|
|
|
|
#autoload_source_add input module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
2004-08-11 15:11:26 +00:00
|
|
|
autoload_sink_add output module-alsa-sink sink_name=output
|
|
|
|
|
autoload_source_add input module-alsa-source source_name=input
|
2004-08-05 19:53:57 +00:00
|
|
|
|
2004-07-16 17:03:11 +00:00
|
|
|
# Load several protocols
|
2004-07-14 21:52:41 +00:00
|
|
|
load module-esound-protocol-tcp
|
|
|
|
|
load module-simple-protocol-tcp
|
|
|
|
|
load module-native-protocol-unix
|
|
|
|
|
load module-cli-protocol-unix
|
|
|
|
|
|
2004-07-16 17:03:11 +00:00
|
|
|
# Load the CLI module
|
|
|
|
|
load module-cli
|
|
|
|
|
|
2004-07-16 17:51:53 +00:00
|
|
|
# Make some devices default
|
2004-08-05 19:53:57 +00:00
|
|
|
sink_default output
|
|
|
|
|
source_default input
|
2004-07-16 17:51:53 +00:00
|
|
|
|
2004-08-04 16:39:30 +00:00
|
|
|
.nofail
|
|
|
|
|
|
|
|
|
|
# Load something to the sample cache
|
|
|
|
|
scache_load /usr/share/sounds/KDE_Notify.wav x11-bell
|
2004-08-05 19:53:57 +00:00
|
|
|
scache_play x11-bell output
|
|
|
|
|
|
|
|
|
|
# Load X11 bell module
|
|
|
|
|
load module-x11-bell sample=x11-bell sink=output
|
|
|
|
|
|