split_wave | R Documentation |
Cuts audio file into segments for processing and applies resampling and mono conversion if needed.
split_wave(
path = NULL,
file = NULL,
segment = 600,
downsample = NULL,
mono = TRUE,
rescale = NULL,
format = c("WAV", "wav")
)
path |
path. |
file |
file name. |
segment |
segment length in seconds. Default 600. |
downsample |
optional. allows to downsample to a new sampling rate in Hz. |
mono |
logical. By default coerces to mono. |
rescale |
optional. allows to resacale the wav to a new bit rate (e.g., "8", "16", "24"). |
format |
file extension (currently only WAV is supported). |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.