wt_chop | R Documentation |
"Chops" up a wav file into many smaller files of a desired duration
wt_chop(input = NULL, segment_length = NULL, output_folder = NULL)
input |
A tibble; A single row from a |
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 |
Segmented files written to the output_folder
## Not run:
wt_chop(input = my_audio_tibble %>% slice(1),
segment_length = 60, output_folder "/where/i/store/my/chopped/files")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.