Can we use the Microsoft Speech API's speech to text functionality in MATLAB?

4 visualizaciones (últimos 30 días)
Can we use the Microsoft Speech API's speech to text functionality in MATLAB? Here is the code for text to speech.How can we use the functionality of SAPI is speech to text?
For tts:
textIn = 'voice';
ha = actxserver('SAPI.SpVoice');
invoke(ha,'speak',textIn);

Respuestas (2)

Jan
Jan el 26 de Feb. de 2013
Did you take a look in the web already? http://lmgtfy.com/?q=activex+%22speech+to+text%22

jibrahim
jibrahim el 11 de Feb. de 2020
Audio Toolbox supports calling into popular 3rd-party APIs for speech transcription and synthesis:

Community Treasure Hunt

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

Start Hunting!

Translated by