Connecting Tech Pros Worldwide Help | Site Map

audio recording

Newbie
 
Join Date: Jan 2009
Posts: 4
#1: Jan 22 '09
how to record our voice in asp.net 2.0 using c#.
I want to record using microphone.
please any body help me.

with regards,
harika.
PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 700
#2: Jan 22 '09

re: audio recording


Quote:

Originally Posted by harika12 View Post

how to record our voice in asp.net 2.0 using c#.
I want to record using microphone.
please any body help me.

with regards,
harika.

Check this article by Peter Bromberg
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#3: Jan 22 '09

re: audio recording


I'm pretty sure that you can't do that in ASP.NET.

Voice recording would be a client side interaction, so you would need a client side language to do that. I have no idea if it is possible in Javascript, but I know you can do it in Flash. You may also be able to do it in Silverlight.

But all ASP.NET happens on the server, and has no access to anything on the client computer except cookies.
Newbie
 
Join Date: Jan 2009
Posts: 4
#4: Jan 27 '09

re: audio recording


Thank you very much for your reply.
though in javascript I want it.
If you know it please send it to me.
I know javascript.
give me an idea about it.

Thanks,
harika.
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#5: Jan 27 '09

re: audio recording


OK, we'll see if any of the JavaScript experts can help.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#6: Jan 27 '09

re: audio recording


I've never, in my small time developing websites, heard of or seen javascript interacting with microphones, or webcams for that matter. Flash, however, would do it wonderfully. It has it's own Microphone class, actually.
Newbie
 
Join Date: Jan 2009
Posts: 4
#7: Jan 27 '09

re: audio recording


Hello,
Though it is using flash,
I want the source to record my voice using microphone.
I want to record,stop,pause,save,open for recording the files.
Please help me any how? in asp.net2.0 using c#.

with regards,
Harika..
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#8: Jan 27 '09

re: audio recording


2 posts ago you said you want it with Javascript. Now you say you want it with ASP.NET. Which one is it?

And as I told you already, you cannot do this with ASP.NET, because you can't access the client's microphone from the ASP.NET server.

ASP.NET all happens at the server not the client. So you can't do such things as recording audio, because that's a client function.
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#9: Jan 27 '09

re: audio recording


If you want to use JavaScript, then Sound Manager 2 (a JavaScript-to-Flash Sound API) should get you started.
Newbie
 
Join Date: Jan 2009
Posts: 4
#10: Jan 27 '09

re: audio recording


No,
I sent that even flash can fill my requirement.
I want the full source code in javascript to record.
Or
Flash source for recording.

I am really very much thank ful to you.
I never find this much fast reply.
So great.......
Thanks for everything.

with regards,
Harika...
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,608
#11: Jan 27 '09

re: audio recording


Sorry, but we don't do the work for you. We can't give you the full source.
Reply


Similar JavaScript / Ajax / DHTML bytes