voice to text conversion
Afficher commentaires plus anciens
can some one help in finding some code or reference to make a speech to text conversion in MATLAB.
Réponses (3)
Mark Whirdy
le 28 Déc 2012
Modifié(e) : Mark Whirdy
le 28 Déc 2012
0 votes
enayat zhakfar
le 22 Oct 2016
0 votes
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 commentaire
Image Analyst
le 22 Oct 2016
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
le 1 Juin 2023
0 votes
Can I get source with tools and hmm model dataset,trinner.for speech to text convertion
Catégories
En savoir plus sur Speech Recognition dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!