yuhansgg / MyPitch

Use the Pitch of voice to recognize man or woman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPitch

Use the Pitch of voice to recognize man or woman

使用基音频率进行男女声在线识别

(1)PitchUI.m

主要的界面GUI程序

(2)cut.m

% function: cut() 把静音段裁剪掉
% input : 音频文件地址
% output: 裁剪之后的音频
% author: yuhansgg(Shi Gaige)
% time: 2017.4.9

(3)PitchDetect.m

% function: PitchDetect() 男女声基音频率识别程序
% input : 音频文件地址
% output: 识别结果
% author: yuhansgg(Shi Gaige)
% time: 2017.4.9

(4)test_record.m

% function: test_record() 录音并进行检测,供gui调用,并返回结果给gui
% author: yuhansgg(Shi Gaige)
% time: 2017.4.9

(5)other .wav files

一些清音和浊音的音频样本

About

Use the Pitch of voice to recognize man or woman


Languages

Language:MATLAB 100.0%