Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
huda farooqui
huda farooqui le 11 Fév 2018
Commenté : wala alzubaidi le 14 Mar 2019
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.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by