From 9c10f96fc41cb666171751792f9222e4672050b8 Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 3 Jul 2024 13:16:52 -0400 Subject: [PATCH] switch back recipe --- Test-Recipes/TextToSpeech.test.recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test-Recipes/TextToSpeech.test.recipe.yaml b/Test-Recipes/TextToSpeech.test.recipe.yaml index 9eee42f..41b880b 100644 --- a/Test-Recipes/TextToSpeech.test.recipe.yaml +++ b/Test-Recipes/TextToSpeech.test.recipe.yaml @@ -7,7 +7,7 @@ MinimumVersion: "2.3" Process: - Processor: com.github.jgstew.SharedProcessors/TextToSpeech Arguments: - input_string: "Hello World from AutoPkg!!!" + input_string: "Hello World from AutoPkg!" # so far tested on macos only, but should support windows and ubuntu as well with no deps or any os with pyttsx3 # - Processor: URLTextSearcher