473,603 Members | 2,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

audio recording

4 New Member
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.
Jan 22 '09 #1
10 5546
PRR
750 Recognized Expert Contributor
@harika12
Check this article by Peter Bromberg
Jan 22 '09 #2
Curtis Rutland
3,256 Recognized Expert Specialist
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.
Jan 22 '09 #3
harika12
4 New Member
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.
Jan 27 '09 #4
Curtis Rutland
3,256 Recognized Expert Specialist
OK, we'll see if any of the JavaScript experts can help.
Jan 27 '09 #5
Markus
6,050 Recognized Expert Expert
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.
Jan 27 '09 #6
harika12
4 New Member
Hello,
Though it is using flash,
I want the source to record my voice using microphone.
I want to record,stop,pau se,save,open for recording the files.
Please help me any how? in asp.net2.0 using c#.

with regards,
Harika..
Jan 27 '09 #7
Curtis Rutland
3,256 Recognized Expert Specialist
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.
Jan 27 '09 #8
acoder
16,027 Recognized Expert Moderator MVP
If you want to use JavaScript, then Sound Manager 2 (a JavaScript-to-Flash Sound API) should get you started.
Jan 27 '09 #9
harika12
4 New Member
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...
Jan 27 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

6
5541
by: Sugapablo | last post by:
I had an idea for something that I can't find any evidence if it exists, or if it can be done. I assume it can be done. What I'd like to be able to do, is to allow people who come to my website, click a button on the page to begin submitting an audio stream to the server. Basically, once the "record" button was hit by the client, an audio stream would be generated by the client's microphone and would be sent over port 80 (just like...
7
4763
by: psk | last post by:
Hi, I need to read live audio from microphone and somehow make data packets from it and send using my client-server implementation where it will be played. Can anyone tell me abt any available C libraries to read the audio from mic and encode it.....and finally make a data packet as an input for my client server application ???
2
52961
by: Meng Zhuo | last post by:
Hi I would like to record audio from my mixer source (microphone, line-in, midi...) to wave (PCM) format (filename is known) ... that's all. I've been looking for a really long time now on the internet, The Code Project, forums ... everywhere, the only thing I can find is how to play audio files and some XML stuff. It's the first time I have to create a C# audio program, so ... ;) Thanks to anyone who can tell me how to do this
1
2388
by: zhangzhi | last post by:
HI£º i have a big problem about audio recording. my boss wanna a application of audio monitor, and he wanna it will detect voice and start recording automatically, avoiding recording silences. thanks for giving me a little clue, and Great U for sending me a copy of code of C#. or I will be Fired in a week.
2
1471
by: rockdale | last post by:
Hi, all: I need to implement a recording functionality on my asp.net webpage. the rough idea is user click a button, then I start recording what the user speaked and then save it as a wave file on server side. I did some research on web but found only Microsoft.Web.UI.SpeechControls. Is that the right way to do what I want to do. I am pretty new on speech controls. Any suggestion and more info are appreeciated.
0
1970
by: universe | last post by:
I am developing a web application in that I need to record audio, for that I am importing "winmm.dll" and using mciExecute function.(the following code is vb.net). If I have posted in irrelavent forum please let me know where should I post questions related to audio and video (for web development). Imports System.Runtime.InteropServices Imports Microsoft.VisualBasic Imports Microsoft.VisualBasic.Devices
4
4033
by: universe | last post by:
I am trying to record a wave file using "winmm.dll" from a web application. I am able to record that .WAV file in 11025 samplespersec, 16 bit, mono format. But my requirement is to record that in 8000 samplespersec, 16 bit, mono format (wave format). How do I meet my requirement ? Is there any other DLLs or ActiveX control to meet my specifications ? thank u all.... with regards, kiran
2
1837
by: tiffxi | last post by:
I'm an ASP.NET newbie. I'm trying to write an audio-recording code in an ASP.Net page. I created a windows User Control that has the buttons and codes for this (it calls the winmm.dll in system32 and passes commands to it for the recording) It works in a windows form. However, I keep getting the following error message when I click the Record button in an ASP.net page: See the end of this message for details on invoking just-in-time...
1
2431
by: waqasahmed996 | last post by:
Hi to all, i want to ask that is audio recording is possible in flash. actually i want to make recording from browser. is that possible in flash. if yes please give me some help or send me some useful links. let me know if i am not clear in my question thanks in advance
0
8415
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8060
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8273
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5878
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5441
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3903
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3951
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2430
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1514
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.