Hi,
I just finished some other improvements I needed for my project:
-synchronized voice recording
-synchronized mouse/keyboard events collection to make them audible
in the final swf
In the GUI version of vnc2swf I added some code which creates two
additional files - one containing mp3 recorded sound and another which
stores (for now M$ only) time lined information about clicks and
keyboard presses. One thing left to do is the merging clicks in the mp3
itself.
Implementation details:
-voice recording - piece of cake when pymedia used
-key strokes/mouse clicks - pyHook does it in a few lines of the code
If anyone is interested, I will publish my patches.
Thx,
alf
|