Skip to content

Commit

Permalink
[ansible/templates] Use SOX player for wav and mp3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Oct 11, 2024
1 parent 25f3d58 commit 4b3bcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b3bcfb

Please sign in to comment.