Speech signal processing functions in superassp may return an SSFF track with one or more columns, or a simple, not nested list. This function may be used to learn the output type of a specific function.
Usage
get_outputType(x, package = "superassp")
Arguments
- x
The name of a speech signal processing function that are defined in the superassp or wrassp packages.
- package
The name of the package where the function is defined.
Value
Either "SSFF" or "list".
Examples
get_outputType("forest")
#> [1] "SSFF"
get_outputType("praat_avqi")
#> [1] "list"
get_outputType("praat_formant_burg")
#> [1] "SSFF"