[packages:media] more audiophile settings for pulseaudio
This commit is contained in:
parent
6d53df97e8
commit
ee0f24f035
|
@ -1,14 +1,4 @@
|
|||
---
|
||||
- name: copy alsa config
|
||||
copy:
|
||||
src: asound.conf
|
||||
dest: /etc/asound.conf
|
||||
|
||||
- name: set pulse config
|
||||
lineinfile:
|
||||
path: /etc/pulse/daemon.conf
|
||||
line: default-sample-rate = 48000
|
||||
|
||||
- name: install media packages
|
||||
apt:
|
||||
name:
|
||||
|
@ -45,3 +35,18 @@
|
|||
- vlc
|
||||
- webp
|
||||
state: present
|
||||
|
||||
- name: copy alsa config
|
||||
copy:
|
||||
src: asound.conf
|
||||
dest: /etc/asound.conf
|
||||
|
||||
- name: set pulse config
|
||||
lineinfile:
|
||||
path: /etc/pulse/daemon.conf
|
||||
line: "{{ item }}"
|
||||
loop:
|
||||
- alternate-sample-rate = 88200
|
||||
- default-sample-format = s32le
|
||||
- default-sample-rate = 96000
|
||||
- resample-method = speex-float-5
|
||||
|
|
Reference in a new issue