Description Usage Arguments Details
Chop audio file into several segments
1 2 3 |
wave |
Wave file object |
file |
Wave file address |
prefix |
Prefix for audio output. This argument is required if file is not given. |
timethrs |
The time constant used to segment the audio. |
mindur |
Minimum duration for segment to be considered valid. |
outdir |
Directory where to save extracted segments. |
buffersilence |
Name of audio file containing silence that is appended at the beginning and end of each extracted segment of audio. |
silenceparams |
Parameters for generating silence that will be appended at the beginning and end of each extracted segment of audio. |
... |
Arguments passed to seewave::timer. |
Chops an audio file into several segments defined by a time constant.
The script uses the seewave::timer function to ensure that the segment boundaries do not cut across sounds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.