Skip to content

taemincho/matlab-speech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=== 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%