Resample annotations (_annot.json) files of emuDB
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.
resample_annots(emuDBhandle, newSampleRate, verbose = TRUE)
emuDBhandle |
emuDB handle object (see load_emuDB) |
newSampleRate |
target sample rate |
verbose |
show progress bars and further information |
## Not run: ################################## # prerequisite: loaded ae emuDB # (see ?load_emuDB for more information) # resample resample_annots(ae, newSampleRate = 16000) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.