Skip to main content
Inspiring
September 16, 2011
Question

record microphone modify in realtime bytearray

  • September 16, 2011
  • 1 reply
  • 1105 views

Hello,

I need some help. I would like to access to microphone bytearray in realtime to modify the sound to record.

How can i do this?

Thanks to lot to see me an example

Oeann

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    September 16, 2011

    Not with FMS....... maybe with sound object on client side look in flash AS3.0 livedocs in the index under Sound

    oeannAuthor
    Inspiring
    September 16, 2011

    thanks for your response.

    i attempt to change my method for not use fms... i have the microphone and music in background.

    my code is ok to mix microphone and my music with bytearray.

    i can save my file to desktop... but is not that i want.

    i want to send my bytearray to php

    and with php save bytearrayto text file in my server...

    but the problem is that is a large bytearray and  is very long to save and the script crash......

    i know that im not in good section of this forum to tell this, but do you have a method to save bytearray to file quickly.

    excuse me for my english i speak french...

    thanks a lot again

    Oeann

    calmchessplayer
    Inspiring
    September 16, 2011

    well I would have to think on this awhile but if you can save your file to destop successfully then why don't you save it to a folder on say C:\ then use PHP FTP function to put it on the webserver? This seems a little dirty to me but hey if it works you could do that untill you figure out how to make your scripts run efficently.