Automatic Gain Control Library¶
Introduction¶
lib_agc
is a library of functions for performing Automatic Gain Control on input data. It can dynamically
adapt to maintain a specified output level for the voice content.
Contents:
On GitHub¶
lib_agc
is present as part of sw_avona
. Get the latest version of sw_avona
from
https://github.com/xmos/sw_avona
. lib_agc
is present within the modules/lib_agc directory in sw_avona
.
API¶
To use the functions in this library in an application, include agc_api.h in the application source file.