View source: R/reindeeR_signalextensions.R
get_metaFuncFormals | R Documentation |
This function may be used to derive what parameters would be appropriate to use for a single bundle (in a session) bases on metadata set for the bundle.
get_metaFuncFormals(
emuDBhandle,
session,
bundle,
onTheFlyFunctionName,
onTheFlyParams = list(),
metadata.defaults = list(Gender = NA, Age = 35),
recompute = FALSE,
package = "superassp"
)
emuDBhandle |
The Emu database handle. |
session |
Only consider this session. |
bundle |
The bundle in the session to build an argument list for. |
onTheFlyFunctionName |
The name of the digital speech processing function |
onTheFlyParams |
If default parameters are given, they are applied to all bundles / files, overwriting parameters set based on metadata. |
metadata.defaults |
Default values for metadata. Usually used for setting Age and Gender for bundles missing that information. |
recompute |
If |
package |
A list which may be supplied to a do.call
call for the DSP function.
do.call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.