Verify the authentication status of different text-to-speech engines, including Amazon Polly, Coqui TTS, Google Cloud Text-to-Speech API, and Microsoft Cognitive Services Text to Speech REST API.
Usage
tts_auth(
service = c("amazon", "google", "microsoft", "coqui"),
key_or_json_file = NULL,
...
)
tts_amazon_auth(key_or_json_file = NULL, ...)
tts_google_auth(key_or_json_file = NULL, ...)
tts_microsoft_auth(key_or_json_file = NULL, ...)
tts_coqui_auth()
Arguments
- service
Service to use (Amazon, Google, Microsoft, or Coqui)
- key_or_json_file
Either an API key (for Microsoft) or JSON file (for Google)
- ...
Additional arguments