Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 23, 2024
1 parent 90fcfba commit b294d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# audio.vadwebrtc

This repository contains an R package which is an Rcpp wrapper around the Voice Activity Detection module from the [webrtc](https://webrtc.googlesource.com/src/).
This repository contains an R package which is an Rcpp wrapper around the Voice Activity Detection module from [webrtc](https://webrtc.googlesource.com/src/).

https://github.com/bnosac/audio.vadwebrtc/assets/1710810/6086999a-6348-460a-8fd6-2ab9fd2a5d17

Expand All @@ -11,7 +11,7 @@ The package

The package was created with as main goal to remove non-speech audio segments before doing an automatic transcription using [audio.whisper](https://github.com/bnosac/audio.whisper) to avoid transcription hallucinations and therefore also contains

- functions to rewrite the timepoints of transcribed sentences where specific sections with non-audio are removed to make sure they align with the original audio signal
- functionality to rewrite the timepoints of transcribed sentences where specific sections with non-audio are removed to make sure the timepoints align with the original audio signal

### Installation

Expand Down

0 comments on commit b294d8b

Please sign in to comment.