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.
# NOT RUN {################################### prerequisite: loaded ae emuDB # (see ?load_emuDB for more information)# resampleresample_annots(ae, newSampleRate = 16000)
# }