Setup pulse audio for remote audio
This commit is contained in:
parent
470d8053bf
commit
00b7536f5e
12 changed files with 62 additions and 147 deletions
5
templates/laptop/pulse-script.j2
Normal file
5
templates/laptop/pulse-script.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/sh
|
||||
#
|
||||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
/usr/bin/pactl load-module module-native-protocol-tcp auth-anonymous=1 listen=10.8.1.6
|
||||
8
templates/laptop/pulse.j2
Normal file
8
templates/laptop/pulse.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
#
|
||||
# see /usr/share/pipewire/pipewire-pulse.conf for reference
|
||||
|
||||
context.exec = [
|
||||
{ path = "pactl" args = "module-native-protocol-tcp auth-anonymous=1 listen=10.8.1.6" }
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue