SoundMixer.computeSpectrum with microphone

Posted by paleozogt on Stack Overflow See other posts from Stack Overflow or by paleozogt
Published on 2010-05-24T17:58:10Z Indexed on 2010/05/24 18:01 UTC
Read the original article Hit count: 342

Filed under:
|

Flex has the SoundMixer.computeSpectrum function that lets you compute an FFT from the currently playing sound. What I'd like to do is compute an FFT without playing the sound. Since Flash 10.1 lets us access the microphone bytes directly, it seems like we should be able to compute the FFT directly off of what the user is speaking.

© Stack Overflow or respective owner

SoundMixer.computeSpectrum with microphone

Posted by paleozogt on Stack Overflow See other posts from Stack Overflow or by paleozogt
Published on 2010-05-24T16:57:06Z Indexed on 2010/05/24 17:51 UTC
Read the original article Hit count: 342

Filed under:
|

Flex has the SoundMixer.computeSpectrum function that lets you compute an FFT from the currently playing sound. What I'd like to do is compute an FFT without playing the sound. Since Flash 10.1 lets us access the microphone bytes directly, it seems like we should be able to compute the FFT directly off of what the user is speaking.

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash