Description Usage Arguments Examples
Vectorized version of slice_one_wav_*() family of functions. Store in disk the slices of every file of a vector of mp3 file names.
1 | slice_wavs(audio_dir, audio_dir_dest = NULL, interval = 1, parallel = 1)
|
audio_dir |
|
audio_dir_dest |
|
interval |
|
parallel |
|
audio_ext |
1 2 3 4 5 6 7 8 9 10 | library(mestrado)
wav_dir <- system.file("wav_sample", package = "mestrado")
temp_dir <- tempdir()
slices_path <- slice_wavs(wav_dir, temp_dir)
slices_path
slices <- list.files(slices_path)
slices[4:7]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.