voice to text conversion
2 次查看(过去 30 天)
显示 更早的评论
can some one help in finding some code or reference to make a speech to text conversion in MATLAB.
0 个评论
回答(3 个)
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
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
2023-6-1
Can I get source with tools and hmm model dataset,trinner.for speech to text convertion
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Speech Recognition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!