MCPcopy Create free account

hub / github.com/Yaafe/Yaafe / types & classes

Types & classes212 in github.com/Yaafe/Yaafe

↓ 42 callersClassStreamInfo
* StreamInfo describe stream. * - sampleRate is the sampleRate of original signal * - sampleStep is the gap between consecutive frames in number
src_cpp/yaafe-core/Buffer.h:42
↓ 17 callersClassChordTemplate
src_cpp/yaafe-components/audio/ChordTemplate.h:16
↓ 11 callersClassDataFlow
A DataFlow object hold a directed acyclic graph of computational steps describing how to compute some audio features. DataFl
src_python/yaafelib/dataflow.py:71
↓ 7 callersClassDataFlowNode
src_python/yaafelib/dataflow.py:35
↓ 2 callersClassNodeDesc
src_cpp/yaafe-core/DataFlow.h:38
↓ 2 callersClassParameterDescriptor
src_cpp/yaafe-core/utils.h:40
↓ 2 callersClassstat
src_cpp/yaafe-core/ComponentFactory.cpp:151
↓ 1 callersClassAudioFileProcessor
A AudioFileProcessor object allow to extract features from audio files, and possibly write output features into files. It mu
src_python/yaafelib/audiofileprocessor.py:33
↓ 1 callersClassEngine
A Engine object is in charge of processing computations defined in a :py:class:`DataFlow` object on given inputs. .. doctest
src_python/yaafelib/engine.py:35
↓ 1 callersClassFeaturePlan
FeaturePlan is a collection of features to extract, configured for a specific sample rate. :param sample_rate: analysis samp
src_python/yaafelib/featureplan.py:32
↓ 1 callersClassYHandle
src_cpp/yaafe-matlab/yaafemex.cpp:37
↓ 1 callersClassarg_end
src_cpp/main.cpp:95
↓ 1 callersClassarg_end
externals/audio-smarc/main.c:49
↓ 1 callersClassstat
src_cpp/yaafe-io/io/FileUtils.cpp:44
↓ 1 callersClassstat
src_cpp/yaafe-io/io/H5DatasetWriter.cpp:253
↓ 1 callersClassstat
src_cpp/yaafe-python/yaafecoreH5.cpp:59
ClassAC2LPC
src_cpp/yaafe-components/audio/AC2LPC.h:35
ClassAbs
src_cpp/yaafe-components/audio/Abs.h:35
ClassAdvancedFrameTokenizer
src_cpp/yaafe-components/audio/AdvancedFrameTokenizer.h:12
ClassAmplitudeModulation
src_cpp/yaafe-components/audio/AmplitudeModulation.h:35
ClassAmplitudeModulation
Tremelo and Grain description, according to [SE2005]_ and [AE2001]_. AmplitudeModulation uses :class:`Envelope` to describe tremolo and grai
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:613
ClassAmplitudeModulation::ComputingContext
src_cpp/yaafe-components/audio/AmplitudeModulation.cpp:51
ClassAudioFeature
classdocs
src_python/yaafelib/audiofeature.py:142
ClassAudioFeatureFactory
src_python/yaafelib/audiofeature.py:68
ClassAudioFileProcessor
src_cpp/yaafe-core/AudioFileProcessor.h:34
ClassAudioFileReader
src_cpp/yaafe-io/io/AudioFileReader.h:37
ClassAutoCorrelation
src_cpp/yaafe-components/audio/AutoCorrelation.h:35
ClassAutoCorrelation
Compute autocorrelation coefficients *ac* on each frames. .. math:: ac(k) = \sum_{i=0}^{N-k-1}x(i)x(i+k)
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:346
ClassAutoCorrelationPeaksIntegrator
src_cpp/yaafe-components/audio/AutoCorrelationPeaksIntegrator.h:35
ClassAutoCorrelationPeaksIntegrator
Feature transform that compute peaks of the autocorrelation function, outputs peaks and amplitude.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:421
ClassBeatHistogramSummary
Compute the beat histogram according to [GT2002]_, but using :class:`OnsetDetectionFunction` as onset detection function. .. [GT2002] Ge
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:849
ClassCQT
src_cpp/yaafe-components/audio/CQT.h:19
ClassCQT
Compute the Constant-Q transform according to [CS2010]_ with improvements from [JPCQT]_. .. [CS2010] C.Schörkhuber and A.Klapuri, *CONST
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:906
ClassCQT2
Compute the Constant-Q transform according to Blankertz's implementation [BB]_, with improvments from [JP2010]_. .. [BB] B.Blankertz
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:985
ClassCSVOutputFormat
src_cpp/yaafe-core/OutputFormat.h:66
ClassCSVWriter
src_cpp/yaafe-io/io/CSVWriter.h:35
ClassCepstrum
src_cpp/yaafe-components/audio/Cepstrum.h:36
ClassCepstrum
Feature transform that compute cepstrum coefficients of input feature frames. (use DCT II) .. math:: cep = dct(log(x))
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:463
ClassChordDictDecoder
src_cpp/yaafe-components/audio/ChordDictDecoder.h:18
ClassChords
Chords recognize chords from chromagrams, according to L.Oudre's algorithm [LO2011]_. .. [LO2011] Oudre, L. and Grenier, Y. and Fevotte, C.,
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:1107
ClassChroma
Chroma compute short-term chromagram according to [BP2005]_. .. [BP2005] Bello, J.P. and Pickens, J. *A Robust Mid-level Representation for
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:1074
ClassChroma2
src_cpp/yaafe-components/audio/Chroma2.h:19
ClassChroma2
Chroma2 compute short-term pitch profile according to [ZK2006]_. .. [ZK2006] Y. Zhu and M.S. Kankanhalli. *Precise pitch profile feature ext
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:1035
ClassChroma2ChordDict
src_cpp/yaafe-components/audio/Chroma2ChordDict.h:17
ClassChroma2ChordDict::Dict
src_cpp/yaafe-components/audio/Chroma2ChordDict.cpp:19
ClassChromaReduce
src_cpp/yaafe-components/audio/ChromaReduce.h:18
ClassChromaTune
src_cpp/yaafe-components/audio/ChromaTune.h:17
ClassComplexDomainFlux
src_cpp/yaafe-components/audio/ComplexDomainFlux.h:35
ClassComplexDomainOnsetDetection
Compute onset detection using a complex domain spectral flux method [CD2003]_. .. [CD2003] C.Duxbury et al., *Complex domain onset detec
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:439
ClassComponent
* The Component class represent a computation step. The 4 main methods are * init, reset, process, flush. Theses methods are called according to th
src_cpp/yaafe-core/Component.h:48
ClassComponentBase
src_cpp/yaafe-core/Component.h:133
ClassComponentFactory
src_cpp/yaafe-core/ComponentFactory.h:35
ClassComponentParameter
src_cpp/yaafe-python/yaafecore.h:43
ClassComponentParameter
src_cpp/yaafe-python/yaafecore.cpp:109
ClassComponentParameters
src_python/yaafelib/core.py:85
ClassComponentPool
src_cpp/yaafe-core/ComponentPool.h:33
ClassComponentPool::ComponentProxy
src_cpp/yaafe-core/ComponentPool.cpp:33
ClassComponentProxy
src_cpp/yaafe-core/ComponentPool.h:43
ClassComputingContext
src_cpp/yaafe-components/audio/AmplitudeModulation.h:49
ClassComputingContext
src_cpp/yaafe-components/audio/Envelope.h:49
ClassConcatenate
src_cpp/yaafe-components/audio/Concatenate.h:12
ClassDataBlock
* DataBlock manage a memory block used to store numerical data streams. * It's usually created by an OutputBuffer and filled with data. Then can
src_cpp/yaafe-core/Buffer.h:70
ClassDataFlow
src_cpp/yaafe-core/DataFlow.h:56
ClassDataFlowContext
src_cpp/yaafe-core/DataFlowParserContext.h:35
ClassDecimate2
src_cpp/yaafe-components/audio/Decimate2.h:12
ClassDecrease
src_cpp/yaafe-components/audio/Decrease.h:35
ClassDerivate
src_cpp/yaafe-components/audio/Derivate.h:37
ClassDerivate
Compute temporal derivative of input feature. The derivative is approximated by an orthogonal polynomial fit over a finite length window.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:546
ClassDict
src_cpp/yaafe-components/audio/Chroma2ChordDict.h:33
ClassDifference
src_cpp/yaafe-components/audio/Difference.h:35
ClassDvornikovDifferentiator
src_cpp/yaafe-components/audio/DvornikovDifferentiator.h:17
ClassEnergy
Compute energy as root mean square of an audio Frame. .. math:: en = \sqrt\\frac{\sum_{i=0}^{N-1}x(i)^2}{N}
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:90
ClassEngine
src_cpp/yaafe-core/Engine.h:36
ClassEnvelope
src_cpp/yaafe-components/audio/Envelope.h:35
ClassEnvelope
Extract amplitude envelope using hilbert transform, low-pass filtering and decimation.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:576
ClassEnvelope::ComputingContext
src_cpp/yaafe-components/audio/Envelope.cpp:37
ClassEnvelopeShapeStatistics
Centroid, spread, skewness and kurtosis of each frame's amplitude envelope. For more details about moments, see :ref:`Shape Statistics <s
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:594
ClassFFT
src_cpp/yaafe-components/audio/FFT.h:41
ClassFilterSmallValues
src_cpp/yaafe-components/audio/FilterSmallValues.h:34
ClassFlatness
src_cpp/yaafe-components/audio/Flatness.h:35
ClassFlux
src_cpp/yaafe-components/audio/Flux.h:35
ClassFrameTokenizer
src_cpp/yaafe-components/audio/FrameTokenizer.h:35
ClassFrames
Segment input signal into frames. First frame has zeros on left half so that it is centered on time 0s, then consecutive frames are equa
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:37
ClassGraph
src_cpp/yaafe-core/DirectedGraph.h:36
ClassH5DatasetWriter
src_cpp/yaafe-io/io/H5DatasetWriter.h:36
ClassH5FeatureDescription
src_cpp/yaafe-python/yaafecoreH5.h:30
ClassH5FeatureDescription
src_cpp/yaafe-python/yaafecoreH5.cpp:50
ClassH5FeatureDescription
src_python/yaafelib/core.py:98
ClassH5FileHandler
src_cpp/yaafe-io/io/H5DatasetWriter.h:60
ClassH5OutputFormat
src_cpp/yaafe-core/OutputFormat.h:80
ClassHalfHannFilter
src_cpp/yaafe-components/audio/HalfHannFilter.h:35
ClassHistogramIntegrator
src_cpp/yaafe-components/audio/HistogramIntegrator.h:35
ClassHistogramIntegrator
Feature transform that compute histogram of input values
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:666
ClassHistogramSummary
src_cpp/yaafe-components/audio/HistogramSummary.h:18
ClassIOInfo
src_cpp/yaafe-python/yaafecoreEngine.h:39
ClassIOInfo
src_cpp/yaafe-python/yaafecoreEngine.cpp:93
ClassIOInfo
src_python/yaafelib/core.py:283
ClassInputBuffer
* InputBuffer represents a input data stream where a component * can read data. * * Here's some classical way to deal with InputBuffer *
src_cpp/yaafe-core/Buffer.h:166
ClassJoin
src_cpp/yaafe-components/flow/Join.h:34
ClassLPC
Compute the Linear Predictor Coefficients (LPC) of a signal frame. It uses autocorrelation and Levinson-Durbin algorithm. see [JM1975]_.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:366
next →1–100 of 212, ranked by callers