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

1 view (last 30 days)
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.

Answers (0)

Community Treasure Hunt

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

Start Hunting!