say now supports loop="forever"

This commit is contained in:
Dave Horton
2021-09-24 07:01:26 -04:00
parent f0bd681ccc
commit aebcf2b006

View File

@@ -56,7 +56,7 @@
"say": { "say": {
"properties": { "properties": {
"text": "string|array", "text": "string|array",
"loop": "number", "loop": "number|string",
"synthesizer": "#synthesizer", "synthesizer": "#synthesizer",
"earlyMedia": "boolean" "earlyMedia": "boolean"
}, },