Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Capturing Audio from website

  • 27-01-2008 05:00PM
    #1
    Closed Accounts Posts: 108 ✭✭


    Hi all,

    Developing a website (ASP.NET (c#)) that will allow users record audio.

    I was wondering if anyone has any experince here and could offer suggestions on best way to approach?

    Was thinking of offering users 2 options -

    1. (For user(s) with poor connection) - download simple client that records locally and then uploads

    2. Record to server

    Any advice much appreciated.

    Thanks,

    Les


Comments

  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Probably a separate Java applet or ActiveX control would be the best way to go


  • Registered Users, Registered Users 2 Posts: 1,393 ✭✭✭Inspector Gadget


    Hmm... this is as much (if not perhaps more) a client-side issue rather than a server-side issue.

    Writing a standalone app has its problems - if it's a Windows box, you have to tap into DirectX or whatever; for a mac, it'd be Core Audio, and so on. Instead of this, I believe that the more recent builds of the Flash plugin are capable of accessing microphones (and webcams) - maybe that's a way to start?

    (Also, what do jamnow.com use?)

    HTH,
    Gadget.


  • Registered Users, Registered Users 2 Posts: 413 ✭✭ianhobo


    Having briefly looked into this before for someone, the two choices were an applet using JMF (Java Media Framework) or an ActiveX
    Seen as your using c# :) the only difference between an ActiveX and other "normal" code is that is signed really


Advertisement