https://github.com/cran/tuneR
Raw File
Tip revision: 836f846d9afeadb15ac731099c46c9a81573fe74 authored by Uwe Ligges on 04 April 2014, 00:00:00 UTC
version 1.2
Tip revision: 836f846
NAMESPACE
useDynLib(tuneR)
importFrom(graphics, plot, image)
importFrom(signal, hamming, hanning, levinson, specgram)
import("stats","methods")
exportClasses("Wspec","WspecMat","Wave","WaveMC")
exportMethods("plot","image","panorama","summary","show","Wave","WaveMC","coerce","[","play","Arith", "periodogram", "bind", "length", "nchannel", "normalize", "noSilence")

export(channel, prepComb, downsample, mono, stereo, updateWave,
    extractWave, writeWave, readWave, readMP3, MCnames,
    FFpure, noteFromFF, FF,
    smoother, notenames, melodyplot,
    quantize, quantplot, quantMerge, lilyinput,
    setWavPlayer, getWavPlayer,
    silence, sine, sawtooth, square, noise, pulse,
    MFCC, melfcc, deltas, audspec, dolpc, lifter, postaud, powspec,
    bark2hz, hz2bark, hz2mel, mel2hz, lpc2cep, spec2cep
)
back to top