M miladhatam Jan 27, 2007 #1 hi i only want to know can i capture the microphone voice with asp.net c# ? like voice mail
M Mark Rae Jan 27, 2007 #3 hi i only want to know can i capture the microphone voice with asp.net c# ? like voice mail Click to expand... Not natively. You'll need to find a Java applet for this, or an ActiveX control if you don't care about cross-browser compatibility
hi i only want to know can i capture the microphone voice with asp.net c# ? like voice mail Click to expand... Not natively. You'll need to find a Java applet for this, or an ActiveX control if you don't care about cross-browser compatibility
J Juan T. Llibre Jan 27, 2007 #5 ASP.NET can only capture server-side operations. You'll need to write an Activex component if you want to capture client-side sounds. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en espa?ol : http://asp.net.do/foros/ ===================================
ASP.NET can only capture server-side operations. You'll need to write an Activex component if you want to capture client-side sounds. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en espa?ol : http://asp.net.do/foros/ ===================================