Skip to contents

Get the (default) extension for an SSFF producing function or a signal file

Usage

get_extension(x)

Arguments

x

The name of function defined to output trackdata, or the full path to a file that can be read using wrassp::read.AsspDataObj.

Value

A string indicating the default file extension of the SSFF generating function, or the file extension of the signal file.

Examples

get_extension("forest")
#> [1] "fms"
get_extension("praat_formant_burg")
#> [1] "pfm"