-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
31 lines (31 loc) · 1.4 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
Package: wrassp
Version: 1.0.5
Date: 2024-01-09
Title: Interface to the 'ASSP' Library
Authors@R: c(
person("Raphael", "Winkelmann", ,"[email protected]", role = c("aut")),
person("Lasse", "Bombien", , "[email protected]", role = c("aut")),
person("Michel", "Scheffers", role = c("aut")),
person("Markus", "Jochim", ,"[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-5638-4870")))
Description: A wrapper around Michel Scheffers's 'libassp' (<https://libassp.sourceforge.net/>).
The 'libassp' (Advanced Speech Signal Processor) library aims at providing
functionality for handling speech signal files in most common audio formats
and for performing analyses common in phonetic science/speech science. This
includes the calculation of formants, fundamental frequency, root mean
square, auto correlation, a variety of spectral analyses, zero crossing
rate, filtering etc. This wrapper provides R with a large subset of
'libassp's signal processing functions and provides them to the user in a
(hopefully) user-friendly manner.
Depends:
R (>= 3.1.1),
tibble(>= 2.1.0)
VignetteBuilder: knitr
Suggests:
compare(>= 0.2.4),
rmarkdown,
knitr,
testthat(>= 0.7.1)
License: GPL (>= 3)
URL: https://github.com/IPS-LMU/wrassp
BugReports: https://github.com/IPS-LMU/wrassp/issues
RoxygenNote: 7.2.3