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 <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys

Attachment: pgpJxqUiNHZQT.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to