Skip to content

Commit

Permalink
description file
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 23, 2024
1 parent 46ca175 commit a32a728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Package: audio.vadwebrtc
Type: Package
Title: Voice Activity Detection using the "webrtc" toolkit
Title: Voice Activity Detection using the 'webrtc' toolkit
Version: 0.1
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]', 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 wav files where there is an active voice.
The is done based on a Gaussian Mixture Model implemented in the "webrtc" framework.
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
Expand Down

0 comments on commit a32a728

Please sign in to comment.