merge_events | R Documentation |
Loops through folder and merges files with extension "extracted.wav" into a new file 'merged.events.wav' (and the same with audacity labels). Optionally, rescales to a new bit rate (e.g., "8" or "16") to avoid memory issues. If file size is to large, automatically tries to downsample to 32 kHz.
merge_events(path, rescale = NULL)
path |
Path to a set of recordings (all same format and continuous time span). Important note: File are expected to be named using a YYYYMMDD_HHMMSS string or set |
rescale |
optional. allows to resacale the wav to a new bit rate (e.g., "8", "16", "24"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.