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

2 ビュー (過去 30 日間)
Anurag Pujari
Anurag Pujari 2013 年 2 月 26 日
回答済み: jibrahim 2020 年 2 月 11 日
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 Center および File ExchangeSpeech Recognition についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by