From 4b3bcfb3c9645b88b2168757db779ed265d874bb Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Fri, 11 Oct 2024 13:19:08 -0400 Subject: [PATCH] [ansible/templates] Use SOX player for wav and mp3 by default --- ansible/roles/ovos_installer/templates/mycroft.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 index 3d70993..a281748 100644 --- a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 +++ b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 @@ -7,8 +7,8 @@ }, {% endif %} {% if ovos_installer_profile != "server" %} - "play_wav_cmdline": "{{ 'aplay' if _detect_sound_server.stdout == "pulseaudio" else 'pw-play' }} %1", - "play_mp3_cmdline": "{{ 'paplay' if _detect_sound_server.stdout == "pulseaudio" else 'pw-play' }} %1", + "play_wav_cmdline": "play %1", + "play_mp3_cmdline": "play %1", "lang": "{{ ovos_installer_locale }}", "listener": { "remove_silence": true,