Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use text to speech on a voice call

Is it possible to use the text-to-speech engine to send a message through a voice call? Like an answering machine.

It's also possible to monitor an outgoing voice call to read out loud a text when the other point answers the phone?

Thanks!

like image 772
Fernando Gallego Avatar asked Nov 17 '10 11:11

Fernando Gallego


2 Answers

During a call, speech generated by TextToSpeech engine won't be audible to the other end of the call.

like image 119
Suresh Avatar answered Sep 24 '22 16:09

Suresh


No. In typical android phone designs, the in-call audio bypasses the processor on which linux/android are running, so you can't directly inject anything into it.

like image 32
Chris Stratton Avatar answered Sep 21 '22 16:09

Chris Stratton