-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.45 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
Package: callsync
Type: Package
Title: Recording Synchronisation, Call Detection and Assignment, Audio Analysis
Version: 0.2.4
Authors@R: c(person("Simeon Q.", "Smeele", email = "simeonqs@hotmail.com", role = c("cre","aut")),
person("Stephen A.", "Tyndel", email = "styndel@ab.mpg.de", role = c("ctb")))
Description: Intended to analyse recordings from multiple microphones (e.g., backpack
microphones in captive setting). It allows users to align recordings even if there is non-linear
drift of several minutes between them. A call detection and assignment pipeline can be used
to find vocalisations and assign them to the vocalising individuals (even if the vocalisation
is picked up on multiple microphones). The tracing and measurement functions allow for detailed
analysis of the vocalisations and filtering of noise. Finally, the package includes a function
to run spectrographic cross correlation, which can be used to compare vocalisations. It also
includes multiple other functions related to analysis of vocal behaviour.
License: GPL-3
URL: https://github.com/simeonqs/callsync
BugReports: https://github.com/simeonqs/callsync/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.10),
oce (>= 1.7),
seewave (>= 2.2.0),
signal (>= 0.7),
stringr (>= 1.4.1),
tuneR (>= 1.4.0),
scales (>= 1.2.1)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3