Type: Package
Package: text2speech
Title: Text to Speech Conversion
Description: Converts text into speech using various text-to-speech (TTS) engines and provides an unified interface for accessing their functionality.
  With this package, users can easily generate audio files of spoken words, phrases, or sentences from plain text data. The package supports multiple TTS engines, 
  including Google's 'Cloud Text-to-Speech API', 'Amazon Polly', Microsoft's 'Cognitive Services Text to Speech REST API',  and a free TTS engine called 'Coqui TTS'.
Version: 1.0.0
Authors@R: c(
    person(given = "Howard",
           family = "Baek",
           role = "cre",
           email = "howardbaek.fh@gmail.com",
           comment = c(ORCID = "0009-0000-8942-1618")),
    person(given = "John",
           family = "Muschelli",
           role = c("aut", "ctb"),
           email = "muschellij2@gmail.com",
           comment = c(ORCID = "0000-0001-6469-1750"))
           )
License: GPL-3
Suggests: aws.polly, covr, patrick, rmarkdown, stringi, testthat (>=
        3.0.0)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/jhudsl/text2speech
BugReports: https://github.com/jhudsl/text2speech/issues
Imports: aws.signature, cli, dplyr, googleAuthR, googleLanguageR,
        knitr, magrittr, conrad, tidyr, tuneR, utils, withr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-07-19 16:12:31 UTC; howardbaek
Author: Howard Baek [cre] (<https://orcid.org/0009-0000-8942-1618>),
  John Muschelli [aut, ctb] (<https://orcid.org/0000-0001-6469-1750>)
Maintainer: Howard Baek <howardbaek.fh@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-19 22:10:02 UTC
Built: R 4.5.0; ; 2025-04-03 10:57:47 UTC; unix
