From 47f8a593f5a9236be2c671033085d31adb8b1888 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 10 Mar 2024 21:05:37 -0400 Subject: [PATCH] dub say can either be text or object with text and synthesizer (ie like say verb syntax) --- specs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 9620e2d..144536f 100644 --- a/specs.json +++ b/specs.json @@ -130,7 +130,7 @@ }, "track": "string", "play": "string", - "say": "string", + "say": "string|object", "loop": "boolean", "gain": "number|string" },