Results 1 to 5 of 5

Thread: Help with flash and audio.

  1. #1
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with flash and audio.

    Hello flash gurus!!

    I am trying to build this audio-recorder with flash. Basically what this recorder should do is record the local input from the microphone and save it in the server and let the user playback his/her voice. But I have no clue how to save the sound in the server. The Actionscript that I have so far is:

    Code:
    audio = Microphone.get();
    attachAudio(audio);
    m.setUseEchoSuppression(false);
    That's on the first frame. Any help would be greatly appreciated.

    Thanks.

    EDIT: I don't have the Flash Communication server by the way.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You are going to need Flash Media Server which runs in the thousands of dollars, or the Flash Communication Server, also up there in price.

    However, check out Audio Extra
    and see if that gets you closer
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh that surely sucks doesn't it? Anything else you recommend "that is" free ? Thanks anyways.

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Probably the best thing for this is to NOT use Flash.

    You can use sound recorder to capture the sounds, then load them into flash another way, or just not use Flash at all...
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD
    Probably the best thing for this is to NOT use Flash.
    But I need it in a web application and I don't want to use java(because of it's huge libraries it loads and the time it takes to load and I don't have java myself).

    Quote Originally Posted by BLiZZaRD
    You can use sound recorder to capture the sounds, then load them into flash another way
    How can I do that?

    Thanks for your response.

Bookmarks

Posting Permissions

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