Skip to content

Instantly share code, notes, and snippets.

@iamWing
Created June 8, 2024 02:02
Show Gist options
  • Select an option

  • Save iamWing/e4ed7592f0847731239de7085c6f11f3 to your computer and use it in GitHub Desktop.

Select an option

Save iamWing/e4ed7592f0847731239de7085c6f11f3 to your computer and use it in GitHub Desktop.

Revisions

  1. iamWing created this gist Jun 8, 2024.
    4 changes: 4 additions & 0 deletions speak_japanese.scpt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    on run {input, parameters}
    do shell script "say -v Kyoko " & (quoted form of (input as string))
    return input
    end run