29.01.2015 Views

Download - Daniel Sauter

Download - Daniel Sauter

Download - Daniel Sauter

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Speech<br />

"hello world".speak<br />

Speech.init(2);<br />

Speech.channels[0].speak("hallo");<br />

Speech.channels[0].isActive;<br />

Speech.channels[0].voice_(3);<br />

Speech.channels[0].speak("hallo");<br />

Speech.channels[0].pitch_(60);<br />

Speech.channels[0].speak("hallo");<br />

Speech.channels[0].volume_(-20.dbamp);<br />

Speech.channels[0].pitchMod_(50);<br />

Speech.channels[0].speak("hallo");<br />

Speech.channels[0].stop(\immediate);<br />

Speech.channels[0].stop(\endOfWord);<br />

Speech.channels[0].stop(\endOfSentence);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!