get_vtc_speaker_stats: Calculate per-speaker statistics based on the VTC output

View source: R/lena.R

get_vtc_speaker_statsR Documentation

Calculate per-speaker statistics based on the VTC output

Description

Calculate per-speaker statistics based on the VTC output

Usage

get_vtc_speaker_stats(intervals, all_rttm)

Arguments

intervals

A tibble with columns interval_start, interval_end, interval_start_wav, and recording_id as output by prepare_intervals. Can contain other columns.

all_rttm

An all.rttm file from the VTC output loaded with read_rttm.

Value

A tibble with interval_start and interval_end columns for each interval in intervals and three new columns: voice_type and duration and count of VTC annotations. The duration is in seconds.


BergelsonLab/blabr documentation built on April 19, 2024, 7:21 p.m.