Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yaafe/Yaafe
/ functions
Functions
907 in github.com/Yaafe/Yaafe
⨍
Functions
907
◇
Types & classes
212
↓ 184 callers
Method
size
src_cpp/yaafe-components/audio/Chroma2ChordDict.cpp:28
↓ 114 callers
Method
size
* Get the token size (number of double) */
src_cpp/yaafe-core/Buffer.h:185
↓ 60 callers
Function
dataflow_safe_append
Append component step to dataflow. Dataflow must have at most 1 final node. Parameters are filtered according to the component parameters.
src_python/yaafelib/audiofeature.py:51
↓ 59 callers
Method
empty
* Returns true if no token is available */
src_cpp/yaafe-core/Buffer.h:190
↓ 56 callers
Method
registerPrototype
src_cpp/yaafe-core/ComponentFactory.cpp:197
↓ 44 callers
Method
add
src_cpp/yaafe-core/Ports.h:60
↓ 37 callers
Method
writeToken
src_cpp/yaafe-core/Buffer.h:342
↓ 35 callers
Method
consumeToken
* Consume the current token. */
src_cpp/yaafe-core/Buffer.h:201
↓ 34 callers
Method
readToken
* Return a pointer to the current token. The pointer is valid * as long as the current has not been consumed. */
src_cpp/yaafe-core/Buffer.h:196
↓ 33 callers
Method
get_dataflow
(cls, params, samplerate)
src_python/yaafelib/yaafe_extensions/yaafefeatures.py:68
↓ 31 callers
Method
append
(self, dataflow)
src_python/yaafelib/dataflow.py:212
↓ 28 callers
Function
to_char
Convert string to the type used by ``ctypes.c_char_p``.
src_python/yaafelib/_compat.py:58
↓ 25 callers
Method
tokenno
* Get the current token number, first token is 0 */
src_cpp/yaafe-core/Buffer.h:180
↓ 24 callers
Method
filter_params
Returns a dictionary holding only parameters defined from the PARAMS attribute with default value for those not in the given params d
src_python/yaafelib/audiofeature.py:201
↓ 22 callers
Method
hasTokens
src_cpp/yaafe-core/Buffer.cpp:118
↓ 14 callers
Method
createNode
(self, componentId, params)
src_python/yaafelib/dataflow.py:166
↓ 14 callers
Function
iterPtrList
usefull function
src_python/yaafelib/core.py:47
↓ 14 callers
Method
token
src_cpp/yaafe-core/Buffer.h:353
↓ 12 callers
Function
gee
* fonction gee issu du Fortran */
externals/audio-smarc/remez_lp.c:134
↓ 12 callers
Method
write
src_cpp/yaafe-core/Buffer.cpp:279
↓ 11 callers
Method
get
src_cpp/yaafe-core/OutputFormat.cpp:45
↓ 11 callers
Function
to_str
Convert from output of ``ctypes.c_char_p`` to str
src_python/yaafelib/_compat.py:62
↓ 10 callers
Method
getIdentifier
src_cpp/yaafe-components/audio/RMS.h:39
↓ 9 callers
Method
appendZeros
src_cpp/yaafe-core/Buffer.cpp:225
↓ 9 callers
Method
clear
src_cpp/yaafe-core/Buffer.cpp:164
↓ 9 callers
Method
consumeTokens
src_cpp/yaafe-core/Buffer.cpp:174
↓ 9 callers
Method
prependZeros
src_cpp/yaafe-core/Buffer.cpp:207
↓ 8 callers
Method
link
(self, sourceNode, sourcePort, targetNode, targetPort)
src_python/yaafelib/dataflow.py:190
↓ 8 callers
Function
smarc_destroy_pstate
externals/audio-smarc/smarc.c:227
↓ 8 callers
Function
smarc_resample
externals/audio-smarc/smarc.c:261
↓ 7 callers
Method
availableTokens
src_cpp/yaafe-core/Buffer.cpp:135
↓ 7 callers
Method
length
src_cpp/yaafe-components/audio/SpectralFlatnessPerBand.h:54
↓ 7 callers
Method
link
src_cpp/yaafe-core/DirectedGraph.h:213
↓ 7 callers
Method
load
src_cpp/yaafe-core/Engine.cpp:74
↓ 7 callers
Method
read
src_cpp/yaafe-core/Buffer.cpp:144
↓ 7 callers
Function
smarc_get_output_buffer_size
externals/audio-smarc/smarc.c:58
↓ 7 callers
Function
smarc_init_pstate
externals/audio-smarc/smarc.c:183
↓ 7 callers
Function
smarc_resample_flush
externals/audio-smarc/smarc.c:332
↓ 6 callers
Function
df_parser__load_buffer_state
src_cpp/yaafe-core/DataFlowParser.l.c:1388
↓ 6 callers
Function
filter
externals/audio-smarc/filtering.c:29
↓ 6 callers
Function
iteritems
(d, **kw)
src_python/yaafelib/_compat.py:55
↓ 6 callers
Method
loadLibrary
src_cpp/yaafe-core/ComponentFactory.cpp:137
↓ 6 callers
Function
pow2
src_cpp/yaafe-components/audio/MathUtils.h:41
↓ 5 callers
Function
buildNodeList
src_cpp/yaafe-python/yaafecoreDataFlow.cpp:139
↓ 5 callers
Function
df_parser_alloc
src_cpp/yaafe-core/DataFlowParser.l.c:1868
↓ 5 callers
Method
exists
src_cpp/yaafe-core/ComponentFactory.cpp:107
↓ 5 callers
Method
getOutput
src_cpp/yaafe-core/Engine.cpp:218
↓ 5 callers
Method
getOutputs
src_cpp/yaafe-core/Engine.cpp:248
↓ 5 callers
Method
getParameterDescriptorList
src_cpp/yaafe-core/Component.cpp:44
↓ 5 callers
Method
process
src_cpp/yaafe-core/Engine.cpp:364
↓ 5 callers
Method
rootNodes
src_cpp/yaafe-core/DirectedGraph.h:189
↓ 5 callers
Method
start
src_cpp/yaafe-core/utils.h:91
↓ 5 callers
Method
stop
src_cpp/yaafe-core/utils.h:96
↓ 4 callers
Method
addFeature
Add a feature defined according the :ref:`feature definition syntax <featplan>`. :param definition: feature defi
src_python/yaafelib/featureplan.py:99
↓ 4 callers
Method
createComponent
src_cpp/yaafe-core/ComponentFactory.cpp:116
↓ 4 callers
Method
createNode
src_cpp/yaafe-core/DirectedGraph.h:147
↓ 4 callers
Method
decode
src_cpp/yaafe-io/io/MP3FileReader.cpp:229
↓ 4 callers
Function
df_parser_ensure_buffer_stack
Allocates the stack if it does not exist. * Guarantees space for at least one push. */
src_cpp/yaafe-core/DataFlowParser.l.c:1559
↓ 4 callers
Function
ehanning
src_cpp/yaafe-components/audio/MathUtils.cpp:53
↓ 4 callers
Function
free_identifier_with_port
src_cpp/yaafe-core/DataFlowParser.y.cpp:1688
↓ 4 callers
Method
getDataFlow
Get the :py:class:`DataFlow` object representing how to extract defined features. :rtype: DataFlow
src_python/yaafelib/featureplan.py:163
↓ 4 callers
Method
getDescription
* Returns a description */
src_cpp/yaafe-core/Component.h:65
↓ 4 callers
Method
getPrototype
src_cpp/yaafe-core/ComponentFactory.cpp:97
↓ 4 callers
Method
init
src_cpp/yaafe-core/ComponentHelpers.h:58
↓ 4 callers
Function
iterPtrDict
(plist)
src_python/yaafelib/core.py:55
↓ 4 callers
Function
parseHandle
src_cpp/yaafe-matlab/yaafemex.cpp:55
↓ 4 callers
Function
prepare_identifier_with_port
src_cpp/yaafe-core/DataFlowParser.y.cpp:1678
↓ 4 callers
Method
processFile
src_cpp/yaafe-core/AudioFileProcessor.cpp:69
↓ 4 callers
Method
reset
src_cpp/yaafe-core/Engine.cpp:360
↓ 4 callers
Method
setNodeName
src_cpp/yaafe-core/DirectedGraph.h:163
↓ 3 callers
Function
copy_string
src_cpp/yaafe-core/dlfcn_win32.c:111
↓ 3 callers
Function
deconv
src_cpp/yaafe-components/audio/MathUtils.cpp:196
↓ 3 callers
Function
df_parser_free
src_cpp/yaafe-core/DataFlowParser.l.c:1885
↓ 3 callers
Function
df_parser_realloc
src_cpp/yaafe-core/DataFlowParser.l.c:1873
↓ 3 callers
Function
df_parser_restart
Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition
src_cpp/yaafe-core/DataFlowParser.l.c:1340
↓ 3 callers
Method
flush
src_cpp/yaafe-core/Buffer.cpp:320
↓ 3 callers
Method
flush
src_cpp/yaafe-core/Engine.cpp:414
↓ 3 callers
Method
getComponentLibraries
(self)
src_python/yaafelib/dataflow.py:221
↓ 3 callers
Method
getInput
src_cpp/yaafe-core/Engine.cpp:169
↓ 3 callers
Method
getNode
src_cpp/yaafe-core/DirectedGraph.h:173
↓ 3 callers
Method
get_parameters
Returns the list of parameters with their description and default value. Subclasses do not have to overide this function, the paramet
src_python/yaafelib/audiofeature.py:176
↓ 3 callers
Function
makeMxArrayFromInt
src_cpp/yaafe-matlab/yaafemex.cpp:73
↓ 3 callers
Method
readOutput
Read a specific output, and returns values as a numpy.array :param name: output name to read :type name: string
src_python/yaafelib/engine.py:236
↓ 3 callers
Function
reorder_stages
externals/audio-smarc/multi_stage.c:120
↓ 3 callers
Function
roots
src_cpp/yaafe-components/audio/MathUtils.cpp:210
↓ 3 callers
Function
save_err_str
src_cpp/yaafe-core/dlfcn_win32.c:131
↓ 3 callers
Function
smarc_destroy_pfilter
externals/audio-smarc/smarc.c:146
↓ 3 callers
Method
targetNodes
src_cpp/yaafe-core/DirectedGraph.h:63
↓ 3 callers
Method
update_state
(self)
src_python/yaafelib/dataflow.py:100
↓ 3 callers
Function
yy_get_previous_state
src_cpp/yaafe-core/DataFlowParser.l.c:1166
↓ 3 callers
Function
yytnamerr
Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic i
src_cpp/yaafe-core/DataFlowParser.y.cpp:884
↓ 2 callers
Method
available
src_cpp/yaafe-core/OutputFormat.cpp:142
↓ 2 callers
Method
clone
src_cpp/yaafe-core/Component.h:138
↓ 2 callers
Function
df_parser__create_buffer
Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use
src_cpp/yaafe-core/DataFlowParser.l.c:1402
↓ 2 callers
Function
df_parser__delete_buffer
Destroy the buffer. * @param b a buffer created with df_parser__create_buffer() * */
src_cpp/yaafe-core/DataFlowParser.l.c:1430
↓ 2 callers
Function
df_parser__init_buffer
Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a df_parser_restart()
src_cpp/yaafe-core/DataFlowParser.l.c:1453
↓ 2 callers
Function
dlclose
src_cpp/yaafe-core/dlfcn_win32.c:239
↓ 2 callers
Function
ecalc_hanning
src_cpp/yaafe-components/audio/MathUtils.cpp:45
↓ 2 callers
Function
ehammingPeriodic
src_cpp/yaafe-components/audio/MathUtils.cpp:87
↓ 2 callers
Function
encodeParameterMap
src_cpp/yaafe-core/utils.cpp:71
next →
1–100 of 907, ranked by callers