Package: audio.vadwebrtc Type: Package Title: Voice Activity Detection using the 'webrtc' Toolkit Version: 0.2 Maintainer: Jan Wijffels 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 Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2024-05-06 10:25:42 UTC RemoteUrl: https://github.com/bnosac/audio.vadwebrtc RemoteRef: c3de76ddc738dbb4a80ac7ec67ac9da3cba093ba RemoteSha: c3de76ddc738dbb4a80ac7ec67ac9da3cba093ba NeedsCompilation: yes Packaged: 2026-06-24 00:04:48 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), BNOSAC [cph] (R wrapper), The WebRTC project authors [cph] (Code in src/webrtc), David Reid [cph] (Code in src/dr_libs)