https://github.com/cran/tuneR
Raw File
Tip revision: f6977c3ef8ea48eff4bc888c56c75a1b0abd2bf8 authored by Uwe Ligges on 29 June 2010, 00:00:00 UTC
version 0.4-0
Tip revision: f6977c3
NAMESPACE
useDynLib(tuneR)
importFrom(graphics, plot, image)
importFrom(signal, hamming, hanning, specgram)
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, readMP3,
    FFpure, noteFromFF, FF,
    smoother, notenames, melodyplot,
    quantize, quantplot, quantMerge, lilyinput,
    setWavPlayer, getWavPlayer,
    silence, sine, sawtooth, square, noise, panorama,
    MFCC, melfcc, deltas, audspec, dolpc, lifter, postaud, powspec,
    bark2hz, hz2bark, hz2mel, mel2hz, lpc2cep, spec2cep
)
back to top