audio recording | Newbie | | Join Date: Jan 2009
Posts: 4
| | |
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.
| | Moderator | | Join Date: Dec 2007 Location: India
Posts: 700
| | | re: audio recording Quote:
Originally Posted by harika12 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 |  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,608
| | | 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
| | | 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.
|  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,608
| | | re: audio recording
OK, we'll see if any of the JavaScript experts can help.
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | 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
| | | 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..
|  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,608
| | | 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.
|  | Site Moderator | | Join Date: Nov 2006 Location: UK
Posts: 14,581
| | | 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
| | | 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...
|  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,608
| | | re: audio recording
Sorry, but we don't do the work for you. We can't give you the full source.
|  | Similar JavaScript / Ajax / DHTML bytes | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,366 network members.
|