View source: R/Clip_wav_file.R
get_wav_length | R Documentation |
Get the length of a recording in seconds
get_wav_length(file, return_numeric = F)
file |
Path to wave file |
length of recording in seconds
f <- tempfile()
wav <- download.file("https://www2.cs.uic.edu/~i101/SoundFiles/StarWars3.wav", destfile = f)
get_wav_length(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.