필터 지우기
필터 지우기

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

조회 수: 4 (최근 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 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