-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
60 lines (60 loc) · 2.42 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
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: phonfieldwork
Type: Package
Title: Linguistic Phonetic Fieldwork Tools
Version: 0.0.17
Depends: R (>= 3.5.0)
Imports:
tuneR,
phonTools,
grDevices,
utils,
graphics,
rmarkdown,
xml2,
readr,
tools,
mime
Authors@R: c(
person(
given = "George",
family = "Moroz",
role = c("aut", "cre"),
email = "agricolamz@gmail.com",
comment = c(ORCID="0000-0003-1990-6083")),
person(
given = "Jonathan",
family = "Keane",
role = c("rev"),
email = "jkeane@gmail.com",
comment = c(ORCID = "0000-0001-7087-9776")),
person(
given = "Niko",
family = "Partanen",
role = c("rev"),
email = "nikotapiopartanen@gmail.com",
comment = c(ORCID = "0000-0001-8584-3880")),
person(
given = "Valeria",
family = "Buntiakova",
role = c("ctb"),
email = "valleriabun@gmail.com",
comment = c(ORCID = "0000-0003-2409-2651"))
)
Description: There are a lot of different typical tasks that have to be solved during phonetic research and experiments. This includes creating a presentation that will contain all stimuli, renaming and concatenating multiple sound files recorded during a session, automatic annotation in 'Praat' TextGrids (this is one of the sound annotation standards provided by 'Praat' software, see Boersma & Weenink 2020 <https://www.fon.hum.uva.nl/praat/>), creating an html table with annotations and spectrograms, and converting multiple formats ('Praat' TextGrid, 'ELAN', 'EXMARaLDA', 'Audacity', subtitles '.srt', and 'FLEx' flextext). All of these tasks can be solved by a mixture of different tools (any programming language has programs for automatic renaming, and Praat contains scripts for concatenating and renaming files, etc.). 'phonfieldwork' provides a functionality that will make it easier to solve those tasks independently of any additional tools. You can also compare the functionality with other packages: 'rPraat' <https://CRAN.R-project.org/package=rPraat>, 'textgRid' <https://CRAN.R-project.org/package=textgRid>.
License: GPL (>= 2)
SystemRequirements: pandoc (>= 1.14) - http://pandoc.org
URL: https://CRAN.R-project.org/package=phonfieldwork, https://docs.ropensci.org/phonfieldwork/
BugReports: https://github.com/ropensci/phonfieldwork/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
knitr,
tidyr,
dplyr,
DT,
lingtypology,
testthat,
readxl
Language: en-US