Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 29, 2024
1 parent ff59560 commit bdf5e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vad.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param mode character string with the type of voice detection, either 'normal', 'lowbitrate', 'aggressive' or 'veryaggressive' where 'veryaggressive' means more silences are detected
#' @param milliseconds integer with the number of milliseconds indicating to compute by this number of milliseconds the VAD signal. Can only be 10, 20 or 30. Defaults to 10.
#' @param type character string with the type of VAD model. Only 'webrtc' currently.
#' @return an objec of class \code{VAD} which is a list with elements
#' @return an object of class \code{VAD} which is a list with elements
#' \itemize{
#' \item{file: the path to the file}
#' \item{sample_rate: the sample rate of the audio file in Hz}
Expand Down

0 comments on commit bdf5e6e

Please sign in to comment.