slice_one_wav_sequencially: Slice one Wave File Sequentially

Description Usage Arguments Value

View source: R/data_slicing.R

Description

Slice one wave file sequentially by regular interval of time with ou without overlap.

Usage

1
2
3
4
5
6
7
8
slice_one_wav_sequencially(
  audio_file,
  audio_dir,
  audio_dir_dest,
  interval = 1,
  overlap = 0,
  invisible = FALSE
)

Arguments

audio_file

character

audio_dir

character

audio_dir_dest

character

interval

numeric

overlap

numeric

invisible

logical

Value

one character with the directory where the slices were stored.


Athospd/mestrado documentation built on Jan. 2, 2021, 3:59 a.m.