Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MTG/essentia
/ functions
Functions
5,001 in github.com/MTG/essentia
⨍
Functions
5,001
◇
Types & classes
1,075
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:100
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
test/3rdparty/gtest-1.6.0/src/gtest.cc:4518
Method
GetFileSize
Returns the size (in bytes) of a file.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:556
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/3rdparty/gtest-1.6.0/src/gtest.cc:3633
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3714
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2417
Method
GetOrCreateValue
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1375
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
test/3rdparty/gtest-1.6.0/src/gtest.cc:385
Function
GetString
Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT
test/3rdparty/gtest-1.6.0/include/gtest/gtest-message.h:190
Method
GetTestCasePatternHolder
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:569
Function
GetTypeId
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:492
Function
GetTypeName
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-type-util.h:65
Method
Gloub
src/examples/vampplugins.cpp:191
Method
GoogleTestFailureException
test/3rdparty/gtest-1.6.0/src/gtest.cc:2056
Method
HFC
src/examples/vamppluginsextra.cpp:339
Method
HPCP
src/examples/vamppluginsextra.cpp:1224
Method
HarmonicBpm
src/algorithms/highlevel/harmonicbpm.h:39
Method
HarmonicPeak
src/algorithms/spectral/hpcp.h:31
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:392
Method
HasFatalFailure
Returns true iff the test fatally failed.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1867
Method
HasNewFatalFailureHelper
test/3rdparty/gtest-1.6.0/src/gtest-test-part.cc:89
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1877
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/3rdparty/gtest-1.6.0/src/gtest.cc:605
Method
HasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
test/3rdparty/gtest-1.6.0/src/gtest.cc:1951
Method
HighPass
src/algorithms/filters/highpass.h:38
Method
HighResolutionFeatures
src/algorithms/tonal/highresolutionfeatures.h:38
Method
IFFTW
src/algorithms/standard/ifftw.h:38
Method
IIR
src/algorithms/filters/iir.h:40
Method
Impl
src/3rdparty/vamp-plugin-sdk-2.4/src/vamp-sdk/PluginAdapter.cpp:152
Function
ImplicitCast_
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:987
Method
Infinity
Returns the floating-point number that represent positive infinity.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:379
Method
Init
Initializes an RE from its string representation.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:145
Method
Init
test/3rdparty/gtest-1.6.0/src/gtest.cc:554
Method
Init
Initializes this object; makes a copy of the input array if 'relation' is kCopy.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:1070
Method
InstantPower
src/algorithms/stats/instantpower.h:35
Method
Intensity
src/algorithms/highlevel/intensity.h:54
Method
InternalRunDeathTestFlag
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-death-test-internal.h:225
Method
Interval
src/essentia/range.cpp:47
Function
IsAlNum
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1519
Function
IsAlpha
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1516
Function
IsContainerTest
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:929
Function
IsEmpty
Returns true iff the path is NULL or "".
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-filepath.h:115
Function
IsHRESULTFailure
test/3rdparty/gtest-1.6.0/src/gtest.cc:1385
Function
IsHRESULTSuccess
test/3rdparty/gtest-1.6.0/src/gtest.cc:1378
Function
IsLower
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1525
Method
IsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
test/3rdparty/gtest-1.6.0/src/gtest.cc:3019
Function
IsNotSubstring
test/3rdparty/gtest-1.6.0/src/gtest.cc:1292
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:246
Function
IsSubstring
test/3rdparty/gtest-1.6.0/src/gtest.cc:1280
Function
IsUpper
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1531
Method
IsValidXmlCharacter
May c appear in a well-formed XML document?
test/3rdparty/gtest-1.6.0/src/gtest.cc:3024
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:200
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:287
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:2858
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:2974
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3108
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3259
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3429
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3616
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3822
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:4044
Method
Iterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:4284
Method
Join
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1165
Method
Key
src/algorithms/tonal/key.h:40
Method
KeyExtractor
src/algorithms/extractor/keyextractor.cpp:32
Method
KilledBySignal
KilledBySignal constructor.
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:129
Method
LPC
src/examples/vamppluginsextra.cpp:1003
Method
LU
src/essentia/utils/tnt/jama_lu.h:77
Method
Larm
src/algorithms/temporal/larm.h:37
Method
LastMessage
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:311
Method
Leq
src/algorithms/temporal/leq.h:35
Function
Level
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:335
Function
LevelAverage
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:365
Method
LevelExtractor
src/algorithms/extractor/levelextractor.cpp:33
Method
ListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
test/3rdparty/gtest-1.6.0/src/gtest.cc:4431
Method
Logger
src/essentia/debugging.h:113
Method
LoudnessVickers
src/algorithms/temporal/loudnessvickers.h:40
Function
LowLevelSpectral
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:29
Function
LowLevelSpectralEqLoud
expects the audio source to already be equal-loudness filtered
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:262
Method
LowLevelSpectralEqloudExtractor
src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp:34
Method
LowLevelSpectralExtractor
src/algorithms/extractor/lowlevelspectralextractor.cpp:33
Method
LowPass
src/algorithms/filters/lowpass.h:38
Method
MTRand
src/essentia/utils/MersenneTwister.h:138
Method
Magnitude
src/algorithms/complex/magnitude.h:41
Method
MakeConnection
test/3rdparty/gtest-1.6.0/src/gtest.cc:3459
Method
MakeFileName
Given directory = "dir", base_name = "test", number = 0, extension = "xml", returns "dir/test.xml". If number is greater than zero (e.g., 12), returns
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:176
Method
MatchesFilter
test/3rdparty/gtest-1.6.0/src/gtest.cc:450
Method
Matrix
src/essentia/utils/tnt/tnt_cmat.h:175
Method
MaxMagFreq
src/algorithms/spectral/maxmagfreq.h:36
Method
Median
src/algorithms/stats/median.h:35
Method
MelBands
src/algorithms/spectral/melbands.h:36
Method
Meter
src/algorithms/experimental/meter.h:35
Method
MonoLoader
src/algorithms/io/monoloader.h:88
Method
MonoMixer
src/algorithms/standard/monomixer.h:38
Method
MonoWriter
src/algorithms/io/monowriter.h:37
Method
Multiplexer
src/algorithms/standard/multiplexer.h:39
Method
Mutex
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1255
Method
MutexLocker
src/essentia/threading.h:45
Method
NativeArray
Constructs from a native array.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:1040
Method
Network
src/essentia/scheduler/network.cpp:156
← previous
next →
1,601–1,700 of 5,001, ranked by callers