-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
35 lines (35 loc) · 991 Bytes
/
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
Type: Package
Package: mscstts
Version: 0.6.3
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
<https://azure.microsoft.com/services/cognitive-services/> 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/muschellij2/mscstts
BugReports: https://github.com/muschellij2/mscstts/issues
RoxygenNote: 7.1.2
Imports:
httr,
jsonlite,
tuneR
Depends:
R (>= 2.10)