References for helping me to implement dynamic range compression

Hi!

I am currently implementing DynamicsCompressorNode in node-web-audio-api (
https://github.com/sebpiq/node-web-audio-api).

I have been looking for some implementation that I could copy, but until
now, I have found mostly research papers and experimental implementations
of compression.
I cannot read C++ :( , otherwise I would read blink or gecko source code.

If the people who implemented it are reading this message ... any reference
to an article or site that you used for the implementation?

For example, how do you calculate the input level? RMS on a block?

Any pointer would be welcome.

Received on Thursday, 29 August 2013 10:33:53 UTC