forked from len0rd/rockbox
Replace limiter with dynamic range compressor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9a17dd0ce
commit
cf19ba5599
21 changed files with 577 additions and 507 deletions
|
@ -61,7 +61,7 @@ long fp_sincos(unsigned long phase, long *cos);
|
|||
#define FP_NEGINF -(0x7fffffff)
|
||||
|
||||
/* fracbits in range 12 - 22 work well. Higher is better for
|
||||
* calculating dB, lower is better for calculating ratio.
|
||||
* calculating dB, lower is better for calculating factor.
|
||||
*/
|
||||
/* long fp_decibels(unsigned long factor, unsigned int fracbits); */
|
||||
long fp_factor(long decibels, unsigned int fracbits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue