Skip to content

C++ text to speech application which acts as a personal assistant.

Notifications You must be signed in to change notification settings

tanishkamishra2110/Personal-Assistance

Repository files navigation

Personal-Assistance

C++ text to speech application which acts as a personal assistant. If you need to listen to the speech, then you must include these 4 lines of code:-

string phrase = "whatever messages you want to listen to"; string command = "espeak "" + phrase + """; const char *charCommand = command.c_str(); system(charCommand);

About

C++ text to speech application which acts as a personal assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published