Android voice recognition application with multi speaker feature

Android voice recognition application with multi speaker feature

Abstract:

In this paper, we discuss two things. In the first part of the paper, we discuss the means of processing the speech signal using the Mel Frequency Cepstral Coefficients and the basics of voice characteristics. The problem of voice recognition was already implemented at the hardware level, but in this we propose a solution to the problem on the software end with a higher level of accuracy. Then in the second part, we will discuss the application developed on Android which is able to perform both single speaker and multi-speaker recognition. The multi-speaker feature enables the system to identify more than one person speaking by splitting the input into smaller blocks and treating each block as a single speaker identification problem. In the single speaker recognition case, the algorithm is able to correctly identify the individual 90.3% of the time. In the multi-speaker recognition case, up to 3 individuals are correctly identified roughly 86% of the time. The average identification time is 220ms across a database of 415 samples.

 


Comments are closed.