Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home authored May 4, 2022
1 parent 16e7c61 commit adf07c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -199,7 +204,7 @@
}
},
"short_name": "Voco",
"version": "3.0.24",
"version": "3.0.26",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down

0 comments on commit adf07c1

Please sign in to comment.