Package: conrad Title: Client for the Microsoft's 'Cognitive Services Text to Speech REST' API Version: 1.0.0.9000 Authors@R: c( person("Howard", "Baik", email = "howardbaik43@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0000-8942-1618")), person("John", "Muschelli", email = "muschellij2@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-6469-1750")) ) Description: Convert text into synthesized speech and get a list of supported voices for a region. Microsoft's 'Cognitive Services Text to Speech REST' API supports neural text to speech voices, which support specific languages and dialects that are identified by locale. URL: https://github.com/fhdsl/conrad, https://hutchdatascience.org/conrad/ BugReports: https://github.com/fhdsl/conrad/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 2.10) LazyData: true Imports: httr2, jsonlite, magrittr Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://fhdsl.r-universe.dev Date/Publication: 2025-01-06 14:42:26 UTC RemoteUrl: https://github.com/fhdsl/conrad RemoteRef: HEAD RemoteSha: f7bda1bcc042e61b96ff84c860f3bb0ff5d690b1 NeedsCompilation: no Packaged: 2026-07-12 08:16:26 UTC; root Author: Howard Baik [aut, cre, cph] (ORCID: ), John Muschelli [aut] (ORCID: ) Maintainer: Howard Baik