mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
add support for glib12
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@150 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
669452e4e5
commit
5e8bb1410e
6 changed files with 551 additions and 10 deletions
|
|
@ -30,8 +30,8 @@ load module-pipe-sink
|
|||
|
||||
#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
|
||||
#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
|
||||
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
|
||||
#autoload_sink_add output module-alsa-sink sink_name=output
|
||||
#autoload_source_add input module-alsa-source source_name=input
|
||||
|
||||
|
|
@ -52,7 +52,6 @@ source_default input
|
|||
|
||||
# Load something to the sample cache
|
||||
scache_load /usr/share/sounds/KDE_Notify.wav x11-bell
|
||||
scache_play x11-bell output
|
||||
|
||||
# Load X11 bell module
|
||||
load module-x11-bell sample=x11-bell sink=output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue