Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PipeWire
pipewire
Commits
13d655ce
Commit
13d655ce
authored
Feb 12, 2021
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: add and example of how to make a raw alsa device
parent
0ad8f0a6
Pipeline
#269870
passed with stages
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
src/daemon/pipewire.conf.in
src/daemon/pipewire.conf.in
+26
-5
No files found.
src/daemon/pipewire.conf.in
View file @
13d655ce
...
...
@@ -161,11 +161,32 @@ context.objects = {
# that you can link, to provide audio for this source.
#adapter = {
# args = {
# factory.name = support.null-audio-sink
# node.name = Microphone
# media.class = Audio/Source/Virtual
# audio.position = "FL,FR"
# node.name = my-mic
# factory.name = support.null-audio-sink
# node.name = my-mic
# node.description = Microphone
# media.class = Audio/Source/Virtual
# audio.position = "FL,FR"
# }
#}
# This creates a single PCM source device for the given
# alsa device path hw:0. You can change source to sink
# to make a sink in the same way.
#adapter = {
# args = {
# factory.name = api.alsa.pcm.source
# node.name = alsa-source
# node.description = "PCM Source"
# media.class = Audio/Source
# api.alsa.path = hw:0
# #api.alsa.period-size = 1024
# #api.alsa.headroom = 0
# #api.alsa.disable-mmap = false
# #api.alsa.disable-batch = false
# #audio.format = "S16LE
# #audio.rate = 48000
# #audio.channels = 2
# #audio.position = "FL,FR"
# }
#}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment