Created
June 8, 2024 02:02
-
-
Save iamWing/e4ed7592f0847731239de7085c6f11f3 to your computer and use it in GitHub Desktop.
Apple script for creating an workflow that speaks the selected text in Japanese
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
do shell script "say -v Kyoko " & (quoted form of (input as string)) | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment