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

2 ビュー (過去 30 日間)
huda farooqui
huda farooqui 2018 年 2 月 11 日
コメント済み: wala alzubaidi 2019 年 3 月 14 日
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.
  1 件のコメント
wala alzubaidi
wala alzubaidi 2019 年 3 月 14 日
hi
what is role
obj.System.Speech.Synthesis.SpeechSynthesizer

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by