Title: | Lets R on your Mac speak |
---|---|
Description: | Provides a simple wrapper around the MacOS command line utility, 'say'. Sorry, this one is MacOS only. |
Authors: | Mark Sellors [aut, cre] |
Maintainer: | Mark Sellors <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-11-07 02:39:43 UTC |
Source: | https://github.com/sellorm/rsay |
rsay is a simple wrapper around the MacOS command line tool, 'say'.
The only function you're likely to need from rsay is
speak
.
Maintainer: Mark Sellors [email protected]
Useful links:
A complete list of all the voices supported by the speak
function.
available_voices
available_voices
A vector
MacOS command line: 'say'
Speak your input text
speak(input, voice)
speak(input, voice)
input |
A string |
voice |
An optional string matching a voice The complete list of voices can be found in available_voices |
## Not run: speak("hello world") speak("Hello world", voice = "Samantha") ## End(Not run)
## Not run: speak("hello world") speak("Hello world", voice = "Samantha") ## End(Not run)