Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyolicoris committed Mar 31, 2024
1 parent 6ca8338 commit 1d897cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Differentiable dynamic range controller in PyTorch.

## Compressor/Expander gain function

This function calculates the gain $g[n]$ for a compressor/expander.
This function calculates the gain reduction $g[n]$ for a compressor/expander.
It takes the RMS of the input signal $x[n]$ and the compressor/expander parameters as input.
The function returns the gain $g[n]$ in linear scale.
To use it as a regular compressor/expander, multiply the result $g[n]$ with the signal $x[n]$.
Expand Down Expand Up @@ -108,7 +108,7 @@ graph TB

## Limiter gain function

This function calculates the gain $g[n]$ for a limiter.
This function calculates the gain reduction $g[n]$ for a limiter.
To use it as a regular limiter, multiply the result $g[n]$ with the input signal $x[n]$.

### Function signature
Expand Down

0 comments on commit 1d897cf

Please sign in to comment.