Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yaafe/Yaafe
/ types & classes
Types & classes
212 in github.com/Yaafe/Yaafe
⨍
Functions
907
◇
Types & classes
212
↓ 42 callers
Class
StreamInfo
* 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 callers
Class
ChordTemplate
src_cpp/yaafe-components/audio/ChordTemplate.h:16
↓ 11 callers
Class
DataFlow
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 callers
Class
DataFlowNode
src_python/yaafelib/dataflow.py:35
↓ 2 callers
Class
NodeDesc
src_cpp/yaafe-core/DataFlow.h:38
↓ 2 callers
Class
ParameterDescriptor
src_cpp/yaafe-core/utils.h:40
↓ 2 callers
Class
stat
src_cpp/yaafe-core/ComponentFactory.cpp:151
↓ 1 callers
Class
AudioFileProcessor
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 callers
Class
Engine
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 callers
Class
FeaturePlan
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 callers
Class
YHandle
src_cpp/yaafe-matlab/yaafemex.cpp:37
↓ 1 callers
Class
arg_end
src_cpp/main.cpp:95
↓ 1 callers
Class
arg_end
externals/audio-smarc/main.c:49
↓ 1 callers
Class
stat
src_cpp/yaafe-io/io/FileUtils.cpp:44
↓ 1 callers
Class
stat
src_cpp/yaafe-io/io/H5DatasetWriter.cpp:253
↓ 1 callers
Class
stat
src_cpp/yaafe-python/yaafecoreH5.cpp:59
Class
AC2LPC
src_cpp/yaafe-components/audio/AC2LPC.h:35
Class
Abs
src_cpp/yaafe-components/audio/Abs.h:35
Class
AdvancedFrameTokenizer
src_cpp/yaafe-components/audio/AdvancedFrameTokenizer.h:12
Class
AmplitudeModulation
src_cpp/yaafe-components/audio/AmplitudeModulation.h:35
Class
AmplitudeModulation
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
Class
AmplitudeModulation::ComputingContext
src_cpp/yaafe-components/audio/AmplitudeModulation.cpp:51
Class
AudioFeature
classdocs
src_python/yaafelib/audiofeature.py:142
Class
AudioFeatureFactory
src_python/yaafelib/audiofeature.py:68
Class
AudioFileProcessor
src_cpp/yaafe-core/AudioFileProcessor.h:34
Class
AudioFileReader
src_cpp/yaafe-io/io/AudioFileReader.h:37
Class
AutoCorrelation
src_cpp/yaafe-components/audio/AutoCorrelation.h:35
Class
AutoCorrelation
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
Class
AutoCorrelationPeaksIntegrator
src_cpp/yaafe-components/audio/AutoCorrelationPeaksIntegrator.h:35
Class
AutoCorrelationPeaksIntegrator
Feature transform that compute peaks of the autocorrelation function, outputs peaks and amplitude.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:421
Class
BeatHistogramSummary
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
Class
CQT
src_cpp/yaafe-components/audio/CQT.h:19
Class
CQT
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
Class
CQT2
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
Class
CSVOutputFormat
src_cpp/yaafe-core/OutputFormat.h:66
Class
CSVWriter
src_cpp/yaafe-io/io/CSVWriter.h:35
Class
Cepstrum
src_cpp/yaafe-components/audio/Cepstrum.h:36
Class
Cepstrum
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
Class
ChordDictDecoder
src_cpp/yaafe-components/audio/ChordDictDecoder.h:18
Class
Chords
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
Class
Chroma
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
Class
Chroma2
src_cpp/yaafe-components/audio/Chroma2.h:19
Class
Chroma2
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
Class
Chroma2ChordDict
src_cpp/yaafe-components/audio/Chroma2ChordDict.h:17
Class
Chroma2ChordDict::Dict
src_cpp/yaafe-components/audio/Chroma2ChordDict.cpp:19
Class
ChromaReduce
src_cpp/yaafe-components/audio/ChromaReduce.h:18
Class
ChromaTune
src_cpp/yaafe-components/audio/ChromaTune.h:17
Class
ComplexDomainFlux
src_cpp/yaafe-components/audio/ComplexDomainFlux.h:35
Class
ComplexDomainOnsetDetection
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
Class
Component
* 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
Class
ComponentBase
src_cpp/yaafe-core/Component.h:133
Class
ComponentFactory
src_cpp/yaafe-core/ComponentFactory.h:35
Class
ComponentParameter
src_cpp/yaafe-python/yaafecore.h:43
Class
ComponentParameter
src_cpp/yaafe-python/yaafecore.cpp:109
Class
ComponentParameters
src_python/yaafelib/core.py:85
Class
ComponentPool
src_cpp/yaafe-core/ComponentPool.h:33
Class
ComponentPool::ComponentProxy
src_cpp/yaafe-core/ComponentPool.cpp:33
Class
ComponentProxy
src_cpp/yaafe-core/ComponentPool.h:43
Class
ComputingContext
src_cpp/yaafe-components/audio/AmplitudeModulation.h:49
Class
ComputingContext
src_cpp/yaafe-components/audio/Envelope.h:49
Class
Concatenate
src_cpp/yaafe-components/audio/Concatenate.h:12
Class
DataBlock
* 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
Class
DataFlow
src_cpp/yaafe-core/DataFlow.h:56
Class
DataFlowContext
src_cpp/yaafe-core/DataFlowParserContext.h:35
Class
Decimate2
src_cpp/yaafe-components/audio/Decimate2.h:12
Class
Decrease
src_cpp/yaafe-components/audio/Decrease.h:35
Class
Derivate
src_cpp/yaafe-components/audio/Derivate.h:37
Class
Derivate
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
Class
Dict
src_cpp/yaafe-components/audio/Chroma2ChordDict.h:33
Class
Difference
src_cpp/yaafe-components/audio/Difference.h:35
Class
DvornikovDifferentiator
src_cpp/yaafe-components/audio/DvornikovDifferentiator.h:17
Class
Energy
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
Class
Engine
src_cpp/yaafe-core/Engine.h:36
Class
Envelope
src_cpp/yaafe-components/audio/Envelope.h:35
Class
Envelope
Extract amplitude envelope using hilbert transform, low-pass filtering and decimation.
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:576
Class
Envelope::ComputingContext
src_cpp/yaafe-components/audio/Envelope.cpp:37
Class
EnvelopeShapeStatistics
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
Class
FFT
src_cpp/yaafe-components/audio/FFT.h:41
Class
FilterSmallValues
src_cpp/yaafe-components/audio/FilterSmallValues.h:34
Class
Flatness
src_cpp/yaafe-components/audio/Flatness.h:35
Class
Flux
src_cpp/yaafe-components/audio/Flux.h:35
Class
FrameTokenizer
src_cpp/yaafe-components/audio/FrameTokenizer.h:35
Class
Frames
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
Class
Graph
src_cpp/yaafe-core/DirectedGraph.h:36
Class
H5DatasetWriter
src_cpp/yaafe-io/io/H5DatasetWriter.h:36
Class
H5FeatureDescription
src_cpp/yaafe-python/yaafecoreH5.h:30
Class
H5FeatureDescription
src_cpp/yaafe-python/yaafecoreH5.cpp:50
Class
H5FeatureDescription
src_python/yaafelib/core.py:98
Class
H5FileHandler
src_cpp/yaafe-io/io/H5DatasetWriter.h:60
Class
H5OutputFormat
src_cpp/yaafe-core/OutputFormat.h:80
Class
HalfHannFilter
src_cpp/yaafe-components/audio/HalfHannFilter.h:35
Class
HistogramIntegrator
src_cpp/yaafe-components/audio/HistogramIntegrator.h:35
Class
HistogramIntegrator
Feature transform that compute histogram of input values
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:666
Class
HistogramSummary
src_cpp/yaafe-components/audio/HistogramSummary.h:18
Class
IOInfo
src_cpp/yaafe-python/yaafecoreEngine.h:39
Class
IOInfo
src_cpp/yaafe-python/yaafecoreEngine.cpp:93
Class
IOInfo
src_python/yaafelib/core.py:283
Class
InputBuffer
* 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
Class
Join
src_cpp/yaafe-components/flow/Join.h:34
Class
LPC
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