ari_talk {ari} | R Documentation |
Create spoken audio files
Description
A simple function for demoing how spoken text will sound.
Usage
ari_talk(
paragraphs,
output = tempfile(fileext = ".wav"),
voice = text2speech::tts_default_voice(service = service),
service = "amazon"
)
Arguments
paragraphs |
A vector strings that will be spoken by Amazon Polly. |
output |
A path to the audio file which will be created. |
voice |
The voice you want to use. See
|
service |
speech synthesis service to use,
passed to |
Value
A Wave
output object, with the attribute outfile
of the output file name.
[Package ari version 0.3.5 Index]