force samplerate to 44100 to avoid problems with additional audio hardware for live streams
This commit is contained in:
parent
59040ba950
commit
a690fd7a00
12
mint.yml
12
mint.yml
@ -164,6 +164,18 @@
|
||||
port: '42000'
|
||||
proto: udp
|
||||
|
||||
- name: force samplerate to 44100 to avoid problems with additional audio hardware for live streams
|
||||
blockinfile:
|
||||
path: /etc/pulse/daemon.conf
|
||||
owner: root
|
||||
group: root
|
||||
create: no
|
||||
marker: "; {mark} ANSIBLE MANAGED BLOCK"
|
||||
block: |
|
||||
default-sample-rate = 44100
|
||||
alternate-sample-rate = 44100
|
||||
backup: yes
|
||||
|
||||
|
||||
handlers:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user