From aebcf2b006349a73d968e9848b821046a39c3917 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 24 Sep 2021 07:01:26 -0400 Subject: [PATCH] say now supports loop="forever" --- lib/tasks/specs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/specs.json b/lib/tasks/specs.json index 8db5c6dc..0db0ae81 100644 --- a/lib/tasks/specs.json +++ b/lib/tasks/specs.json @@ -56,7 +56,7 @@ "say": { "properties": { "text": "string|array", - "loop": "number", + "loop": "number|string", "synthesizer": "#synthesizer", "earlyMedia": "boolean" },