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
|
@ -777,7 +777,11 @@ struct user_settings
|
|||
#endif
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
int limiter_level;
|
||||
int compressor_threshold;
|
||||
int compressor_ratio;
|
||||
int compressor_makeup_gain;
|
||||
int compressor_knee;
|
||||
int compressor_release_time;
|
||||
#endif
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue