View source: R/python_slicefunctions.R
ComParE_2016 | R Documentation |
This function applies the "The INTERSPEECH 2016 Computational Paralinguistics Challenge: Deception, Sincerity & Native Language" ComParE \insertCite10.3389/fpsyg.2013.00292superassp to a portion of a recording.
ComParE_2016(listOfFiles, beginTime = 0, endTime = 0, explicitExt = "ocp")
listOfFiles |
The full path to the sound file. |
beginTime |
The starting time of the section of the sound files that should be analysed. |
endTime |
The end time of the section of the sound files that should be analysed. |
explicitExt |
The file extension of the slice file where the results should be stored. |
The ComParE feature set consists of of 6 373 static acoustic features resulting from the computation of various functionals over low-level descriptor features, and is applied by this function using the openSMILE \insertCiteEyben:2010fq,Jaimes.2013.10.1145/2502081.2502224superassp acoustic feature extraction library.
A list of 6 373 acoustic values, with the names as reported by openSMILE. Please consult the \insertCite10.3389/fpsyg.2013.00292superassp for a description of the features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.