필터 지우기
필터 지우기

voice to text conversion

조회 수: 3 (최근 30일)
PK
PK 2012년 12월 28일
답변: Rajeeva 2023년 6월 1일
can some one help in finding some code or reference to make a speech to text conversion in MATLAB.

답변 (3개)

Mark Whirdy
Mark Whirdy 2012년 12월 28일
편집: Mark Whirdy 2012년 12월 28일

enayat zhakfar
enayat zhakfar 2016년 10월 22일
what is wrong with this number of line code in matlab function ob=bluetooth_voice clc; disp('Searching Bluetooth Devices'); r=instrhwinfo('bluetooth'); rn=r.RemoteNames; [s,v] = listdlg('PromptString','Select a device:',... 'SelectionMode','single',... 'ListString',rn); if(v) sd=cell2mat(rn(s)); b=instrhwinfo('bluetooth',sd); ob=eval(cell2mat(b.ObjectConstructorName)); ob.Terminator='#' ; end end
  댓글 수: 1
Image Analyst
Image Analyst 2016년 10월 22일
It could be any number of things, like you don't have a function defined or whatever, but you forgot to tell us the error message.

댓글을 달려면 로그인하십시오.


Rajeeva
Rajeeva 2023년 6월 1일
Can I get source with tools and hmm model dataset,trinner.for speech to text convertion

카테고리

Help CenterFile Exchange에서 Speech Recognition에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by