View source: R/Clip_wav_file.R
get_file_info | R Documentation |
Get the file info from a recording
get_file_info(file, use_exifr = FALSE)
file |
Path to file |
use_exfir |
Logical use the exifr package, which is slower, but returns more information and allows use of flac files. |
tibble with file information. use_exifr creates data, but takes longer.
f <- tempfile()
wav <- download.file("https://www2.cs.uic.edu/~i101/SoundFiles/StarWars3.wav", destfile = f)
get_file_info(f)
get_file_info(f, use_exifr = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.