Segment large audio files
wt_chop.Rd
"Chops" up wav files into many smaller files of a desired duration and writes them to an output folder.
Arguments
- input
A data frame or tibble containing information about audio files
- segment_length
Numeric; Segment length in seconds. Modulo recording will be exported should there be any trailing time left depending on the segment length used
- output_folder
Character; output path to where the segments will be stored