mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
add support for SCHED_FIFO
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@163 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9618aea5df
commit
34fe8bd893
24 changed files with 181 additions and 49 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!./polypaudio -F
|
||||
#!./polypaudio -rF
|
||||
|
||||
#
|
||||
# This file is part of polypaudio.
|
||||
|
|
@ -24,22 +24,23 @@
|
|||
#load module-alsa-source device=plughw:1,0
|
||||
#load module-oss device="/dev/dsp" sink_name=output source_name=input
|
||||
#load module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
|
||||
load module-pipe-sink
|
||||
#load module-pipe-sink
|
||||
|
||||
# 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
|
||||
autoload_sink_add output module-oss device="/dev/adsp" sink_name=output source_name=input
|
||||
autoload_source_add input module-oss device="/dev/adsp" 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
|
||||
#autoload_sink_add output module-alsa-sink sink_name=output
|
||||
#autoload_source_add input module-alsa-source source_name=input
|
||||
|
||||
# Load several protocols
|
||||
load module-esound-protocol-tcp
|
||||
load module-simple-protocol-tcp
|
||||
#load module-esound-protocol-tcp
|
||||
#load module-simple-protocol-tcp
|
||||
load module-native-protocol-unix
|
||||
load module-cli-protocol-unix
|
||||
#load module-cli-protocol-unix
|
||||
load module-esound-protocol-unix
|
||||
|
||||
# Load the CLI module
|
||||
load module-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue