[Vnc2swf-users] synchronized voice recording and recording mouse click - done
Status: Alpha
Brought to you by:
euske
From: alf <les...@ya...> - 2006-10-26 12:25:19
|
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 |