View source: R/extract_samples.R
extract_samples | R Documentation |
This functions extract audio samples from wav files collected by the wehear logger, based on information provided in label table.
extract_samples( labels, path_audio, path_extracts = getwd(), ext_audio = ".wav" )
labels |
data.frame containing the information needed to extract and label samples |
path_audio |
character string; path where the raw audio files are stored |
path_extracts |
character string; path where to store the extracts |
ext_audio |
character string; extension of the raw audio files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.