phonfieldwork (version 0.0.13)

get_sound_duration: Get file(s) duration

Description

Calculate sound(s) duration.

Usage

get_sound_duration(file_name)

Value

Dataframe with two columns: file name and duration

Arguments

file_name

a sound file

Author

George Moroz <agricolamz@gmail.com>

Examples

Run this code
get_sound_duration(
  system.file("extdata", "test.wav", package = "phonfieldwork")
)

Run the code above in your browser using DataLab