voice to text conversion

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 日

0 投票

enayat zhakfar
enayat zhakfar 2016 年 10 月 22 日

0 投票

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 日

0 投票

Can I get source with tools and hmm model dataset,trinner.for speech to text convertion

カテゴリ

質問済み:

PK
2012 年 12 月 28 日

回答済み:

2023 年 6 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by