Skip to content

Commit

Permalink
Merge pull request #117 from OpenVoiceOS/feat/mpv
Browse files Browse the repository at this point in the history
[audio/template] Configure OCP when Mark II is detected
  • Loading branch information
goldyfruit authored Jul 29, 2024
2 parents 3b3b315 + 898309d commit 5b090a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@
}
},
{% endif %}
{% if 'tas5806' in ovos_installer_i2c_devices %}
"Audio": {
"backends": {
"OCP": {
"playback_mode": 40
}
}
},
"intents": {
"OCP": {
"legacy": true
}
},
{% endif %}
{% if ovos_installer_feature_gui | bool %}
"gui": {
"extension": "ovos-gui-plugin-shell-companion"{% if ovos_installer_method == "containers" %},
Expand Down

0 comments on commit 5b090a1

Please sign in to comment.