Type: Package Package: mscstts Version: 0.6.4 Title: R Client for the Microsoft Cognitive Services 'Text-to-Speech' REST API Description: R Client for the Microsoft Cognitive Services 'Text-to-Speech' REST API, including voice synthesis. A valid account must be registered at the Microsoft Cognitive Services website in order to obtain a (free) API key. Without an API key, this package will not work properly. Authors@R: c(person(given = "John",family = "Muschelli", email = "muschellij2@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6469-1750"))) License: GPL-3 Encoding: UTF-8 LazyData: true Suggests: knitr, rmarkdown, covr, testthat (>= 2.1.0), rvest, xml2, zoo URL: https://github.com/jhudsl/mscstts BugReports: https://github.com/jhudsl/mscstts/issues RoxygenNote: 7.3.2 Imports: httr, jsonlite, tuneR Depends: R (>= 2.10) Config/pak/sysreqs: libssl-dev Repository: https://jhudsl.r-universe.dev Date/Publication: 2025-07-21 18:36:49 UTC RemoteUrl: https://github.com/jhudsl/mscstts RemoteRef: HEAD RemoteSha: c72bb70a662c66aefca4c5bf5982aa2dfe72b3b2 NeedsCompilation: no Packaged: 2026-06-16 10:15:38 UTC; root Author: John Muschelli [aut, cre] (ORCID: ) Maintainer: John Muschelli