The GrEq audio software decoding Library
is an optimized software implementation for graphical equalization. The
Graphical Equalizer module is in charge of fine tuning the sound
spectrum according to user personal preferences. This is done by
modifying gain factors at fixed frequencies represented by sliders. The
number of bands is determined at the initialization phase and can be 5,
8 or 10. The gain factors are adjustable from -12 dB to +12 dB in
standard mode. The library can be generated with +18 dB or +24 dB
maximum gains on request. The GrEq module supports mono and stereo
interleaved 16-bit or 32-bit I/O data.
This Library includes one header file greq_glo.h and binary/object codes running on all STM32 devices. The naming format is GrEq_CMx_C.a/.lib, where:
- CMx: CortexMx core class (CM4 and CM7)
- C: Supported tool chains (IAR, Keil and GCC) and wchar type 32b (with IAR v8x)
The GrEq_32b_CMx_C.a/.lib libraries indicate that samples are 32 bits (rather then 16).
For
more information about this Library, a document is under preparation
and it will be available for download from STMicroelectronics
website at www.st.com.
Update History
V1.0.3 / 28-September-2018
Main
Changes
-
Library binaries regenerated on F7, F4 or L4 with updated CRC lock (H7a) and added IARv8x for wchar 32b.
V1.0.2 / 15-October-2017
Main
Changes
- First official version on F7, F4 or L4
LicenseLicensed under MCD-ST Image SW License Agreement V2, (the "License"); You may not use this package except in compliance with the License. You may obtain a copy of the License at:
Unless
required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
the License for the specific language governing permissions and
limitations under the License.
For
complete documentation on STM32
Microcontrollers visit www.st.com/STM32
|