speakInJA_v2 {chatAI4R} | R Documentation |
Speak Clipboard in Japanese
Description
This function reads aloud the clipboard content in Japanese using the MacOS system's 'say' command. The function specifically uses the 'Kyoko' voice for the speech. It only works on MacOS systems.
Usage
speakInJA_v2()
Details
Speak Clipboard in Japanese on MacOS System
Value
A message indicating the completion of the speech is returned.
Author(s)
Satoshi Kume
Examples
## Not run:
# Copy some text into your clipboard in RStudio and then run the function
speakInJA_v2()
## End(Not run)
[Package chatAI4R version 0.2.10 Index]