Description Usage Arguments Value Author(s) Examples
Helper function for makeCues that splits the signal based on the envelope of the signal
1 | getBoundary(Wave, smooth = 800)
|
Wave |
A Wave object (see tuneR) |
smooth |
A parameter for using the kernel smooth function provied by the package zoo. |
A vector with the sample numbers of the boundaries.
Denis Arnold
1 2 3 4 5 6 | ## Not run:
library(tuneR)
Wave=readWave("MyWaveFile.wav")
Boundaries=getBoundary(Wave,800)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.