필터 지우기
필터 지우기

i want to plot a wave of spoken text ,how to store Speak command in a variable??

조회 수: 3 (최근 30일)
NET.addAssembly('System.Speech');
obj = System.Speech.Synthesis.SpeechSynthesizer;
obj.Volume = 100;
Speak(obj,'how are you');
i am initializing it like
a=Speak(obj,'how are you');
but it is not working.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by