Skip to content

Commit

Permalink
text to speech example random wiki article, commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 1, 2024
1 parent 3918f2a commit 2b557ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Test-Recipes/TextToSpeech.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"

0 comments on commit 2b557ae

Please sign in to comment.