looking to add voice from mic, what library can i use for p2?

JaiJai
edited December 2015 in Library Questions

@nikolausGradwohl have you had any tutorials on going further with your example TTS? i would like to take it in a chatbot sketch but not sure how to go about using a mic for voice input and even so there no direction on to how to parse whats being said to respond back with the tts Speak function

import guru.ttslib.*;
TTS tts;

tts.speak("Good day, how are you Frank");

Tagged:

Answers

Sign In or Register to comment.