get_tdur {voice} | R Documentation |
Time duration
Description
Get time duration from a data frame in RTTM standard.
Usage
get_tdur(x)
Arguments
x |
A data frame in RTTM standard. See 'voice::read_rttm'. |
Value
Numeric vector containing the time duration in seconds.
Examples
library(voice)
url0 <- 'https://raw.githubusercontent.com/filipezabala/voiceAudios/main/rttm/sherlock0.rttm'
download.file(url0, destfile = paste0(tempdir(), '/sherlock0.rttm'))
rttm <- voice::read_rttm(tempdir())
(gtd <- voice::get_tdur(rttm$sherlock0.rttm))
class(gtd)
[Package voice version 0.4.21 Index]