How to record audio from ASP.NET website?

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default How to record audio from ASP.NET website?

    Hello Group,

    I want to record audio file using Webpage, I am using ASP.NET (1.1
    Framerwork) to develop website.
    If anyone knows about this, then please let me know,

    Thanks in Advance,
    Vihar Patel


    Vihar Patel Guest

  2. Similar Questions and Discussions

    1. best (legal) way to record/convert audio
      hi, i'm developing an application that i hope to offer commercially. i'm interested in finding the best (and least expensive) *legal* method...
    2. record multiple audio streams
      Hello I'd like to make a voice chat software that can record all audio streams in one flv file. Is it possible with FMS 2? Thank you for the...
    3. Audio Record Limits
      I have created a simple audio record application that allows a user to record a message after they click on "Record Now". Once the user clicks this...
    4. Audio Record
      I'd like to learn more about the Flash player's ability to record audio from the user's PC, but can't find any tutorials or info on the subject...
    5. How do I Record Audio for the Web?
      I am very new at this as well. I need to add clips to my website. I have a few questions... Thanks for the help! 1) Why convert to MP3. Why not...
  3. #2

    Default Re: How to record audio from ASP.NET website?

    "Vihar Patel" <vihar.patel@gmail.com> wrote in message
    news:%23S30euMlFHA.3568@tk2msftngp13.phx.gbl...
    > Hello Group,
    >
    > I want to record audio file using Webpage, I am using ASP.NET (1.1
    > Framerwork) to develop website.
    > If anyone knows about this, then please let me know,
    >
    > Thanks in Advance,
    > Vihar Patel

    You can not do this using ASP.NET.
    ASP.net mainly works serverside (except for some client (=browser) side
    Javascript that can be generated by asp.net).

    If you want to be able to have your website visitors record an audio file
    from within this website, you'll need an ActiveX
    running in your browser (that may send its data to the server).

    Wim


    wl Guest

  4. #3

    Default Re: How to record audio from ASP.NET website?

    Here's an article describing how to use the Windows Media Player ActiveX
    control to play multimedia files.
    With some tinkering, you may be able to adapt this technique to record as
    well.
    [url]http://SteveOrr.net/articles/StreamingMedia.aspx[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP
    [url]http://SteveOrr.net[/url]


    "Vihar Patel" <vihar.patel@gmail.com> wrote in message
    news:%23S30euMlFHA.3568@tk2msftngp13.phx.gbl...
    > Hello Group,
    >
    > I want to record audio file using Webpage, I am using ASP.NET (1.1
    > Framerwork) to develop website.
    > If anyone knows about this, then please let me know,
    >
    > Thanks in Advance,
    > Vihar Patel
    >

    Steve C. Orr [MVP, MCSD] Guest

  5. #4

    Default Re: How to record audio from ASP.NET website?

    Hi, I have learned there is a tutorial to record audio from websites on the internet, but I don't know whether it is also available to record audio from ASP.NET website. You may check it by yourself.

    http://www.recordstreamingaudio.org/record-audio-from-websites.html
    Garfield114 is offline Junior Member
    Join Date
    Jul 2011
    Location
    USA
    Posts
    1

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139