amouniverso / ie-activex-voicerec

ActiveX control for IE11 to sample an audio stream from a mic to a base64 string
MIT License
4 stars 3 forks source link

Error when I tried to start recording #1

Closed mjdileep closed 5 years ago

mjdileep commented 5 years ago

image

amouniverso commented 5 years ago

Did you install .ocx component? In cmd "regsvr32 IEActiveXVoicerec.ocx" Also check activex permission settings in IE browser.

mjdileep commented 5 years ago

Nope, I just opened the html file with IE11 along with all activeX permissions. Didn't install anything. Btw there is a .ocx in Release folder right?

amouniverso commented 5 years ago

@mjdileep Yes, or you can compile it for a target platform.