RemoveSilence {fastai} | R Documentation |
Split signal at points of silence greater than 2*pad_ms
RemoveSilence(
remove_type = RemoveType()$Trim$value,
threshold = 20,
pad_ms = 20
)
remove_type |
remove type from RemoveType module |
threshold |
threshold point |
pad_ms |
pad milliseconds |
None