ThinkSpid / matlab-speech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== README

cd path/to/working/directory addpath('silence-remover')

% arguments Fs and duration of the record
recordSignal = record(8000, 5)

% get datas from the record
signal = getaudiodata(recordSignal)

% signalDatas & Fs
onlyVoiceSignal = detectVoiced(signal, 8000)

% echo voice signal only
audioOut = audioplayer(cell2mat(onlyVoiceSignal), 8000)
play(audioOut)

About


Languages

Language:MATLAB 99.8%Language:Mathematica 0.2%