How to stop speech in automator action
0
votes
1
answer
330
views
I can make an Applescript within automator so it reads text at N speed:
on run {input, parameters}
repeat with thisText in input
say thisText speaking rate 400
end repeat
end run
However, is there a way to stop the speech at any given point? There is the option of clicking the cogwheel at the top menu bar, but I was looking for a shortcut-able way.
Asked by Emmanuel Goldstein
(103 rep)
May 27, 2020, 09:02 AM
Last activity: Jun 14, 2020, 04:15 PM
Last activity: Jun 14, 2020, 04:15 PM