export_seglistToTxtCollection: Exports a segment list to txt collection

View source: R/emuR-emuRsegs.R

export_seglistToTxtCollectionR Documentation

Exports a segment list to txt collection

Description

Extract the media file (usually .wav file) snippets that correspond to the segments of a segment list (see result of a query) and save them to separate files and write the corresponding labels into a .txt file. Further, the segmentlist is also stored to the target directory (as a .csv file).

Usage

export_seglistToTxtCollection(emuDBhandle, seglist, targetDir)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

seglist

tibble, emuRsegs or emusegs object obtained by querying a loaded emuDB

targetDir

target directory to store


emuR documentation built on May 29, 2024, 2:33 a.m.