1

I have not tried anything yet but I am looking for some kind of pointers to show me the right direction. I want to write a script in python to record the conversations from skype. How can I write a program that records the conversation while conversations are made through skype? My platform is windows.

What I want to do:

  1. Activate the python script (loop) to record as soon as the skype conversation starts.
  2. record the conversation.
  3. exit from the loop.
  4. wait for the next conversation.

Update: I looked into Pyaudio and I can do the recording part now. However, I am still confused about how to let my program know that the voice session is activated and closed in skype.

Bill Lynch
  • 80,138
  • 16
  • 128
  • 173
Jack_of_All_Trades
  • 10,942
  • 18
  • 58
  • 88
  • Try [PyAudio](http://people.csail.mit.edu/hubert/pyaudio/) – NullUserException Oct 01 '12 at 19:38
  • Could you explain some more what exactly you want to do? (Examplary usage describing user who would do x,y,z ... would be good!) – przemo_li Oct 01 '12 at 19:38
  • 1
    take a look here [Get sound input from microphone][1] [1]: http://stackoverflow.com/questions/1936828/how-get-sound-input-from-microphone-in-python-and-process-it-on-the-fly – nickanor Oct 01 '12 at 22:22

1 Answers1

0

Have you seen it? Skype for Developers

AshFTW
  • 141
  • 3
  • 12
przemo_li
  • 3,932
  • 4
  • 35
  • 60