View source: R/acoustic-pre-processing.R
wt_audio_scanner | R Documentation |
Scans directories of audio data and returns the standard naming conventions
wt_audio_scanner(path, file_type, extra_cols = F, tz = "")
path |
Character; The path to the directory with audio files you wish to scan. Can be done recursively. |
file_type |
Character; Takes one of four values: wav, wac, flac or all. Use "all" if your directory contains many types of files. |
extra_cols |
Boolean; Default set to FALSE for speed. If TRUE, returns additional columns for file duration, sample rate and number of channels. |
tz |
Character; Forces a timezone to each of the recording files; if the time falls into a daylight savings time break, |
A tibble with a summary of your audio files.
## Not run:
wt_audio_scanner(path = ".", file_type = "wav", extra_cols = T, tz = "US/Mountain")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.