How to record the voice using asp.net
-
Hi all, My self Tarun Dudhatra. I am working as a web developer. In my company I am developing one application some what like online antakshari. In that I want to record the sound for participant and I dont know any thing about how to record the sound in asp.net 2.0(C#). If anybody know or have some idea pls tell me. Thanks a lot.
-
Hi all, My self Tarun Dudhatra. I am working as a web developer. In my company I am developing one application some what like online antakshari. In that I want to record the sound for participant and I dont know any thing about how to record the sound in asp.net 2.0(C#). If anybody know or have some idea pls tell me. Thanks a lot.
To record sound, you need to write an applet that runs on the client side and uploads/captures the voice. Unless Windows Media Player can be made to do it, embedded in the page. There will be no ASP.NET code involved.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi all, My self Tarun Dudhatra. I am working as a web developer. In my company I am developing one application some what like online antakshari. In that I want to record the sound for participant and I dont know any thing about how to record the sound in asp.net 2.0(C#). If anybody know or have some idea pls tell me. Thanks a lot.
How about asking users to record their voice by sound recorder program and upload it for you? don't laugh i'm serious!! :D