audio recording

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harika12
    New Member
    • Jan 2009
    • 4

    audio recording

    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
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    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

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      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.

      Comment

      • harika12
        New Member
        • Jan 2009
        • 4

        #4
        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.

        Comment

        • Curtis Rutland
          Recognized Expert Specialist
          • Apr 2008
          • 3264

          #5
          OK, we'll see if any of the JavaScript experts can help.

          Comment

          • Markus
            Recognized Expert Expert
            • Jun 2007
            • 6092

            #6
            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.

            Comment

            • harika12
              New Member
              • Jan 2009
              • 4

              #7
              audio recording

              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..

              Comment

              • Curtis Rutland
                Recognized Expert Specialist
                • Apr 2008
                • 3264

                #8
                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.

                Comment

                • acoder
                  Recognized Expert MVP
                  • Nov 2006
                  • 16032

                  #9
                  If you want to use JavaScript, then Sound Manager 2 (a JavaScript-to-Flash Sound API) should get you started.

                  Comment

                  • harika12
                    New Member
                    • Jan 2009
                    • 4

                    #10
                    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...

                    Comment

                    • Curtis Rutland
                      Recognized Expert Specialist
                      • Apr 2008
                      • 3264

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

                      Comment

                      Working...