From adf07c1b6b689eb3fa8c07dcd11ca1cc05e55d5b Mon Sep 17 00:00:00 2001 From: Candle - the privacy friendly smart home <39312291+createcandle@users.noreply.github.com> Date: Wed, 4 May 2022 23:57:14 +0200 Subject: [PATCH] Add files via upload --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 84afb86e..a41691c8 100644 --- a/manifest.json +++ b/manifest.json @@ -31,6 +31,7 @@ "Microphone": "Auto", "Speaker": "Auto", "Audio sample rate": "16000", + "Use Aplay instead of OMX Player": false, "Voice accent": "en-GB", "Voice pitch": "1.2", "Voice speed": "0.9", @@ -90,6 +91,10 @@ ], "type": "string" }, + "Use Aplay instead of OMX Player": { + "description": "In some cases Voco will use OMX Player to play audio files. If this is causing issues you can choose to only use Aplay.", + "type": "boolean" + }, "Voice accent": { "description": "Select an accent that you'd like the speaking voice to have. Default is en-GB", "enum": [ @@ -199,7 +204,7 @@ } }, "short_name": "Voco", - "version": "3.0.24", + "version": "3.0.26", "web_accessible_resources": [ "css/*.css", "images/*.svg",