Archives du mot-clé speak

Faire parler son ordi avec MATLAB

Je lis régulièrement les blogs officiels de TMW , l’autre jour je suis tombé sur cet article de Ken Atwell : Using Microsoft .NET to Expand MATLAB Capabilities

Pour vous faire gagner du temps ,évaluez juste ces lignes de code dans MATLAB:

 NET.addAssembly('System.Speech');
speaker = System.Speech.Synthesis.SpeechSynthesizer();
speaker.Rate = 1;
speaker.Volume = 100;
speaker.Speak('I am a matlab geek and proud of it')

Énorme non pour épater ses collègues ?!!! MATLAB qui fait parler l’ordinateur!!