i want to plot a wave of spoken text ,how to store Speak command in a variable??
2 ビュー (過去 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.
1 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!