I've looked at popforge, but it looks or feels like there's some missing implementation or lack of documentation on how to use it.

Do you know of any existing libraries to process raw PCM data (a ByteArray of values essentially) inside of:

  • A Parametric EQ;
  • LP / HP / HS / LS EQ;
  • Delay Unit (Stereo, Ping Pong, etc.);
  • Reverb Unit;
  • Phaser;
  • Flanger;
  • Compressor;
  • etc...

Ideally some kind of ported FMOD library to AS3 would be cool. Any thoughts?

link|improve this question

70% accept rate
1  
Make it yourself Sound.extract() but be warned it is not 100% real-time – The_asMan Feb 2 at 22:56
True, Sound.extract can be useful for pulling the raw-data from the Sound. But how to process it remains a mystery! Any good Mathematical resources / links would be great. – bigp Feb 3 at 0:18
Here is something that might help you learn whats going on. flashcomponents.net/tutorials/… – The_asMan Feb 3 at 0:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.