RemoveSilence {fastai}R Documentation

Remove Silence

Description

Split signal at points of silence greater than 2*pad_ms

Usage

RemoveSilence(
  remove_type = RemoveType()$Trim$value,
  threshold = 20,
  pad_ms = 20
)

Arguments

remove_type

remove type from RemoveType module

threshold

threshold point

pad_ms

pad milliseconds

Value

None


[Package fastai version 2.2.2 Index]