10.3: Text-to-Speech with p5.Speech - Programming with Text
In this video, I use the p5.Speech library for text-to-speech (TTS). The p5.Speech library is an initiative from the NYU Ability Project (http://ability.nyu.edu/p5.js-speech/).
CORRECTION:
let voice = new p5.Speech(voiceReady);
should be:
let voice = new p5.Speech();
voice.onLoad = voiceReady;
Next Video: https://youtu.be/q_bXBcmfTJM
Full code:
https://github.com/CodingTrain/Rainbow-Code/tree/master/Courses/A2Z/session10/10-03_Text-to-Speech_with_p5.Speech
Support this channel on Patreon: https://patreon.com/codingtrain
To buy Coding Train merchandise: https://www.designbyhumans.com/shop/codingtrain/
To Support the Processing Foundation: https://processingfoundation.org/support
Send me your questions and coding challenges!: https://github.com/CodingTrain/Rainbow-Topics
Contact:
Twitter: https://twitter.com/shiffman
The Coding Train website: http://thecodingtrain.com/
Links discussed in this video:
NYU Ability Project: http://ability.nyu.edu/
p5.Speech on GitHub: https://github.com/IDMNYU/p5.js-speech
p5.Speech examples: https://github.com/IDMNYU/p5.js-speech/tree/master/examples
Videos discussed
Programming with Text playlist: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YrbSJBg32eTzUU50E2B8Ch
Source Code for the all Video Lessons: https://github.com/CodingTrain/Rainbow-Code
p5.js: https://p5js.org/
Processing: https://processing.org
For an Introduction to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
For More Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
Help us caption & translate this video!
https://amara.org/v/blKn/
📄 Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct