Read the wav files in a directory, extract the pulses and store them in one rds file per wav file.
1 2 3 4 |
path |
the name of a file or a directory |
recursive |
logical. Should the listing recurse into directories? |
existing |
what to do with existing rds files. Options are |
threshold_amplitude |
relevant regions have an amplitude above the |
min_peak_amplitude |
the maximum amplitude in a relevant region must be above |
dimensions |
the number of rows and columns used to resample the shape. Must be a single number and a power of 2. Will be altered to the next power of 2. |
channel |
Select the left or the right channel |
te_factor |
The factor to which the original sound was slowed down prior to recording |
max_length |
Maximum length of the recording to use in seconds. If the recording is longer, the last part is ignored. |
window_ms |
The size of the window in microseconds. Default to 1. |
overlap |
The overlap of two windows. Defaults to 0.9. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.