Skip to content
Snippets Groups Projects
Verified Commit 8380ba19 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: rename host ports

parent d67edfc6
No related branches found
No related tags found
1 merge request!19Move PipeWire Server into a Headless Session
...@@ -249,8 +249,8 @@ context.objects = [ ...@@ -249,8 +249,8 @@ context.objects = [
{ factory = adapter { factory = adapter
args = { args = {
factory.name = api.alsa.pcm.source factory.name = api.alsa.pcm.source
node.name = "system" node.name = "aura_host"
node.description = "system" node.description = "aura_host"
media.class = "Audio/Source" media.class = "Audio/Source"
api.alsa.path = "hw:0" api.alsa.path = "hw:0"
#api.alsa.period-size = 0 #api.alsa.period-size = 0
...@@ -312,8 +312,8 @@ context.objects = [ ...@@ -312,8 +312,8 @@ context.objects = [
{ factory = adapter { factory = adapter
args = { args = {
factory.name = api.alsa.pcm.sink factory.name = api.alsa.pcm.sink
node.name = "system" node.name = "aura_host"
node.description = "system" node.description = "aura_host"
media.class = "Audio/Sink" media.class = "Audio/Sink"
api.alsa.path = "hw:0" api.alsa.path = "hw:0"
#api.alsa.period-size = 0 #api.alsa.period-size = 0
......
...@@ -9,8 +9,8 @@ LIQUIDSOAP_PID=$! ...@@ -9,8 +9,8 @@ LIQUIDSOAP_PID=$!
# wait and link ports? # wait and link ports?
sleep 5 sleep 5
pw-link "lineout_0:out_0" "system:playback_FL" pw-link "lineout_0:out_0" "aura_host:playback_FL"
pw-link "lineout_0:out_1" "system:playback_FR" pw-link "lineout_0:out_1" "aura_host:playback_FR"
# Wait for the liquidsoap process to exit # Wait for the liquidsoap process to exit
wait $LIQUIDSOAP_PID wait $LIQUIDSOAP_PID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment