Android Question Phone voice message

billmoultrie

Member
Licensed User
Longtime User
I am writing an app for people who have speech difficulties. The app outputs a voice message when a visual cartoon is pressed.

Also I would like to make a phone call and after connection be able to send short recorded messages. Has anyone any idea of how this could be done.
 

An Schi

Well-Known Member
Licensed User
It is hard to give you concrete advise, cause your post isn't very concrete...

For 1) i think you should start to search the forum for text-to-speech (or TTS). Get to know about it and start a simple app which reads a predifined sentence to you on button click. When this works make it more complex.

For 2) i would use a different approach: send a text to someone via FCM and when the other person recieves it use TTS again to make the app read the text.
Don't know if it is possible to send recordings within a phonecall....
 
Upvote 0
Top