Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

resample_annots

Resample annotations (_annot.json) files of emuDB


Description

Resample all annotations (_annot.json) files of emuDB to a specified sample rate. It is up to the user to ensure that the samplerates of the annot.json files match those of the .wav files.

Usage

resample_annots(emuDBhandle, newSampleRate, verbose = TRUE)

Arguments

emuDBhandle

emuDB handle object (see load_emuDB)

newSampleRate

target sample rate

verbose

show progress bars and further information

Examples

## Not run: 

##################################
# prerequisite: loaded ae emuDB 
# (see ?load_emuDB for more information)

# resample
resample_annots(ae, newSampleRate = 16000)


## End(Not run)

emuR

Main Package of the EMU Speech Database Management System

v2.2.0
GPL (>= 2)
Authors
Raphael Winkelmann [aut, cre], Klaus Jaensch [aut, ctb], Steve Cassidy [aut, ctb], Jonathan Harrington [aut, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.