Telephony project

Miki Tebeka mtebeka at qualcomm.com
Wed Sep 28 08:22:01 EDT 2005


Hello Roger,

>   1. Fetch phone number from my ASCII data.
Trivial in Python.

>   2. Dial (always a local number) phone (through USRobotics 56K? ).
Can't recall that.
>   3. Ask @3 questions to called phone number. Y/N   Y/N   Y/N
You can use flite (http://www.speech.cs.cmu.edu/flite/) for Text-To-Speech.
(e.g. system("flite -t 'how are you?'"))

>   4. Save answers to ASCII file.
You need to get the audio, maybe you can use portaudio
(http://www.portaudio.com/)

>   5. Say 'Thanks', hang up.
flit again.

>   Repeat till eof()
Trivial.

HTH.
--
------------------------------------------------------------------------
Miki Tebeka <mtebeka at qualcomm.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 193 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050928/aab22dd9/attachment.sig>


More information about the Python-list mailing list