jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
96 stars 33 forks source link

Add SMS TTS reader to read SMS messages and stream to A2DP while connected to car #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is similar to other apps on the market.  However, I have not seen another 
free one that looks for the bluetooth connection to enable/disable it 
automatically.  This could be done by integrating with another app or just 
create it internally.

Original issue reported on code.google.com by JimR...@gmail.com on 19 Jul 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Just documenting my research into how to do this.  Here is an explanation of 
how to receive the SMS:
http://www.anddev.org/recognize-react_on_incoming_sms-t295.html

Here is an explanation of how to use TTS to speak it:
http://eyes-free.googlecode.com/svn/trunk/documentation/tutorial/tutorial.html

I should be able to read the test using the top example, and speak it using the 
bottom.  Sounds easy.

Original comment by JimR...@gmail.com on 6 Aug 2011 at 11:52

GoogleCodeExporter commented 9 years ago
Implemented in 2.2.0 ready for test.

Original comment by JimR...@gmail.com on 14 Aug 2011 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by JimR...@gmail.com on 14 Aug 2011 at 3:15