From 2b557ae1bbdf7722af550baceb35885c9810a486 Mon Sep 17 00:00:00 2001 From: JGStew Date: Mon, 1 Jul 2024 18:07:44 -0400 Subject: [PATCH] text to speech example random wiki article, commented out. --- Test-Recipes/TextToSpeech.test.recipe.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Test-Recipes/TextToSpeech.test.recipe.yaml b/Test-Recipes/TextToSpeech.test.recipe.yaml index c77f3e1..41b880b 100644 --- a/Test-Recipes/TextToSpeech.test.recipe.yaml +++ b/Test-Recipes/TextToSpeech.test.recipe.yaml @@ -9,3 +9,12 @@ Process: Arguments: 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 + # Arguments: + # url: https://en.wikipedia.org/wiki/Special:Random + # re_pattern: 'class="mw-page-title-main">([a-zA-Z0-9 ]+)' + + # - Processor: com.github.jgstew.SharedProcessors/TextToSpeech + # Arguments: + # input_string: "Random Wikipedia article: %match%"