no-pulse + virtualbox
This commit is contained in:
parent
bfdb5518a7
commit
1a30485d03
25
mint.yml
25
mint.yml
@ -64,6 +64,8 @@
|
|||||||
- tinyproxy
|
- tinyproxy
|
||||||
- hardinfo
|
- hardinfo
|
||||||
- rpi-imager
|
- rpi-imager
|
||||||
|
# virtualization
|
||||||
|
- virtualbox
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
|
||||||
@ -190,17 +192,18 @@
|
|||||||
port: '42000'
|
port: '42000'
|
||||||
proto: udp
|
proto: udp
|
||||||
|
|
||||||
- name: force samplerate to 44100 to avoid problems with additional audio hardware for live streams
|
# no more pulse since Mint 22
|
||||||
blockinfile:
|
#- name: force samplerate to 44100 to avoid problems with additional audio hardware for live streams
|
||||||
path: /etc/pulse/daemon.conf
|
# blockinfile:
|
||||||
owner: root
|
# path: /etc/pulse/daemon.conf
|
||||||
group: root
|
# owner: root
|
||||||
create: no
|
# group: root
|
||||||
marker: "; {mark} ANSIBLE MANAGED BLOCK"
|
# create: no
|
||||||
block: |
|
# marker: "; {mark} ANSIBLE MANAGED BLOCK"
|
||||||
default-sample-rate = 44100
|
# block: |
|
||||||
alternate-sample-rate = 44100
|
# default-sample-rate = 44100
|
||||||
backup: yes
|
# alternate-sample-rate = 44100
|
||||||
|
# backup: yes
|
||||||
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
Loading…
Reference in New Issue
Block a user