get_sound_duration {phonfieldwork} | R Documentation |
Get file(s) duration
Description
Calculate sound(s) duration.
Usage
get_sound_duration(file_name)
Arguments
file_name |
a sound file |
Value
Dataframe with two columns: file name and duration
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
get_sound_duration(
system.file("extdata", "test.wav", package = "phonfieldwork")
)
[Package phonfieldwork version 0.0.17 Index]