Current section
Files
Jump to
Current section
Files
include/rockbox@player_Compressor.hrl
-record(compressor, {
threshold_db :: integer(),
makeup_gain :: integer(),
ratio :: integer(),
knee :: integer(),
attack_ms :: integer(),
release_ms :: integer()
}).