https://github.com/cran/tuneR
Raw File
Tip revision: 37cdf1868711c9fb608a3e1fa111bbb27a98e375 authored by Uwe Ligges on 22 December 2008, 00:00:00 UTC
version 0.2-7
Tip revision: 37cdf18
NAMESPACE
importFrom(graphics, plot, image)
import("stats","methods")
exportClasses("Wspec","WspecMat","Wave")
exportMethods("plot","image","summary","show","Wave","coerce","[","play","Arith", "periodogram")
export(channel, bind, prepComb, downsample, mono, stereo, 
    extractWave, normalize, noSilence, 
    writeWave, readWave,
    FFpure, noteFromFF, FF, 
    smoother, notenames, melodyplot,
    quantize, quantplot, quantMerge, lilyinput, 
    setWavPlayer, getWavPlayer,
    silence, sine, sawtooth, square, noise, panorama,
    MFCC
)
back to top