tts_auth("google")
tts_auth("microsoft")
tts_google_authenticated()
tts_microsoft_authenticated()
tts_google_auth()
tts_microsoft_auth()
if (requireNamespace("aws.polly", quietly = TRUE)) {
tts_auth("amazon")
tts_amazon_authenticated()
tts_amazon_auth()
}
Run the code above in your browser using DataLab