recording sound from mic in Windows?

Doug Holton insert at spam.here
Sat Apr 10 15:16:09 EDT 2004


Jorg Rødsjø wrote:

 > I looking for a way to record a voice with a microphone and save the
 > recording in wav format using python.
 >
 > Does anybody know any module which would let me do this?
 >
 > This is for a school project where we are going to use this recording to
 > send voice-messages to cell-phones
 >
 > regards
 > Jorg Rødsjø

Hi, there isn't a standard python module for recording sound, but
here are some code samples:
http://www.johnnypops.demon.co.uk/python/
http://mail.python.org/pipermail/python-list/2002-February/089037.html
http://picket.8m.com/programs/ (MCIinterface)
http://www.speech.kth.se/snack/

If you have any problems getting it to work for you, just post here again.



More information about the Python-list mailing list