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

4 次查看(过去 30 天)
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);

回答(2 个)

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

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

类别

Help CenterFile Exchange 中查找有关 Speech Recognition 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by