First Progresses in Evaluation of Resonance in Staff Selection through Speech Emotion Recognition

A schematic impression of the main parts of the system
A schematic impression of the main parts of the system

Authors:
Vitoantonio BevilacquaPietro GuccioneLuigi MascoloPasquale Pio PazienzaAngelo Antonio SalatinoMichele Pantaleo.

Abstract:

Speech Emotion Recognition (SER) is a hot research topic in the field of Human Computer Interaction. In this paper a SER system is developed with the aim of providing a classification of the “state of interest” of a human subject involved in a job interview. Classification of emotions is performed by analyzing the speech produced during the interview.

Read more

Using FFMPEG in C++ with Qt Creator

C++ and FFMPEG sometimes have an argument. With this article I want to describe how to make peace between them. In the bottom of the article there are two files. The first one is a pdf file where I describe how to implement a wrapper that allows programmers to use FFMPEG in C++ code, the second one is an archive (7zip) where is stored a Qt project, that uses FFMPEG library to create a simple sound. I hope that this article can help desperate programmers.

Read more