powered by
Helper function for makeCues that splits the signal based on the envelope of the signal
getBoundary(Wave, smooth = 800)
A Wave object (see tuneR)
A parameter for using the kernel smooth function provied by the package zoo.
A vector with the sample numbers of the boundaries.
# NOT RUN { # } # NOT RUN { library(tuneR) Wave=readWave("MyWaveFile.wav") Boundaries=getBoundary(Wave,800) # }
Run the code above in your browser using DataLab