Open-source tool for gender-recognition using voice [closed]

三世轮回 提交于 2019-12-21 02:50:52

问题


Good evening, I'm working on a project with Kinect and I need to perform a gender-recognition using the voice information caught by the microphone of the sensor. The recognition could also be text-based, i.e. the sentence said by the user could always be the same. I "just" need the binary answer male/female.

I've checked the quite popular open-source Sphinx but I can't understand if it could be used for my needs.

Any idea of what I could use?
Thanks in advance.


回答1:


For sake of completeness, finally I solved the recognition task without analyzing the voice input.

Gender can be detected with an acceptable precision also by learning and then classifying visual biometric traits. I used speech recognition only as "interface" to activate the demo.




回答2:


There are several ways to achieve this. You can track pitch (lower pitch values will be male, otherwise female). Or try to build a GMM (Sphinx cannot do this, but HTK can), with one model for male, other for female and another to children.



来源:https://stackoverflow.com/questions/10422193/open-source-tool-for-gender-recognition-using-voice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!