2

I just want to implement audio recording tool in our application.The functionality is as follows.

Record an audio through microphone(voice recording) stop that audio saving that audio generate embed code for the same audio

I appreciate your suggessions to implement this.

thanks very much

Thorarin
  • 47,289
  • 11
  • 75
  • 111
Srini1455
  • 71
  • 1
  • 3
  • 7
  • Also, since C# itself is quite poor in audio controls - which media framework do you want to use (XNA / DirectX / nAudio / ...)? – Martin Hennings Jun 06 '11 at 10:59
  • This topic has been treated several times in stackoverflow, see this: http://stackoverflow.com/questions/64010/how-does-one-record-audio-from-a-javascript-based-webapp – yms Jun 06 '11 at 11:04
  • @CharithJ: It's in the question: _i need to create a web page that when a user clicks [...]_ – Martin Hennings Jun 06 '11 at 11:23

2 Answers2

1

ASP.NET on its own is not suited for this kind of application. If you want users to be able to record audio on your website, you could take a look at Silverlight 4.0 (vid).

See also this question: Recording Audio From Web Page

If that's not what you need, please explain your intended purpose more clearly.

Community
  • 1
  • 1
Thorarin
  • 47,289
  • 11
  • 75
  • 111
0

This should be done in flash or silverlight. This has not a lot to do with c#.

See http://activeden.net/item/sound-recorder/104191

CodingBarfield
  • 3,392
  • 2
  • 27
  • 54