voice to text conversion

3 visualizaciones (últimos 30 días)
PK
PK el 28 de Dic. de 2012
Respondida: Rajeeva el 1 de Jun. de 2023
can some one help in finding some code or reference to make a speech to text conversion in MATLAB.

Respuestas (3)

Mark Whirdy
Mark Whirdy el 28 de Dic. de 2012
Editada: Mark Whirdy el 28 de Dic. de 2012

enayat zhakfar
enayat zhakfar el 22 de Oct. de 2016
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 comentario
Image Analyst
Image Analyst el 22 de Oct. de 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.

Iniciar sesión para comentar.


Rajeeva
Rajeeva el 1 de Jun. de 2023
Can I get source with tools and hmm model dataset,trinner.for speech to text convertion

Community Treasure Hunt

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

Start Hunting!

Translated by