-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1003 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
Package: audio.vadwebrtc
Type: Package
Title: Voice Activity Detection using the 'webrtc' Toolkit
Version: 0.2
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"),
person('BNOSAC', role = 'cph', comment = "R wrapper"),
person('The WebRTC project authors', role = 'cph', comment = "Code in src/webrtc"),
person('David Reid', role = 'cph', comment = "Code in src/dr_libs"))
Description: Voice Activity Detection using the 'webrtc' toolkit.
Identify the locations in audio files where there is an active voice.
The is done based on a Gaussian Mixture Model implemented in the 'webrtc' framework.
License: MPL-2.0
URL: https://github.com/bnosac/audio.vadwebrtc
Encoding: UTF-8
Depends:
R (>= 2.10)
Imports:
Rcpp (>= 0.11.5),
utils
Suggests:
av,
audio
LinkingTo:
Rcpp,
abseil
RoxygenNote: 7.1.2
SystemRequirements: C++14 or greater