-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3