audio - Recording from microphone from within the browser using flex or processing -


A group of friends are working on a small game that will listen to the microphone as part of the conversation.

  • An FFT display on this microphone data We want to know that anyone has succeeded in:

    1. Recording from the microphone using a web app

    In the case of Flex, "according to sound data from the microphone ... not pass the global soundometer object, SoundMixer.computeSpectrum () The method will not return data from those sources "

  • Answer: Your answer to the footnote type answered. :) No, reading raw bytes from the microphone is not possible from the client side. It is possible that Adobe will implement it in Flash 11, but do not keep your breath for it.

    If you set up a Flash Server, like you can read the raw stream on the backend and send the FFT data back to the AMF client. It is possible to actually do this with very little latency, although it may still be too much depending on the nature of your application. There are many examples on the Red5 page about how to accomplish such things while using Java webapps working on the backend.


    Comments

    Popular posts from this blog

    c# - ListView onScroll event -

    PHP - get image from byte array -

    Linux Terminal Problem with Non-Canonical Terminal I/O app -