Searched +full:- +full:eq (Results 1 – 3 of 3) sorted by relevance
11 security-events: write16 fail-fast: false19 runs-on: ubuntu-latest 22 - name: Checkout25 - name: Setup Python 3.1026 uses: actions/setup-python@v528 python-version: '3.10'30 cache-dependency-path: Testing/requirements.txt32 - name: Install system packages34 sudo add-apt-repository ppa:deadsnakes/ppa[all …]
11 security-events: write16 fail-fast: false21 runs-on: ubuntu-latest 24 - name: Checkout27 - name: Setup Python 3.1028 uses: actions/setup-python@v530 python-version: '3.10'32 cache-dependency-path: Testing/requirements.txt34 - name: Install system packages36 sudo add-apt-repository ppa:deadsnakes/ppa[all …]
1 /* ----------------------------------------------------------------------2 * Copyright (C) 2010-2012 ARM Limited. All rights reserved.13 * Target Processor: Cortex-M4/Cortex-M318 * - Redistributions of source code must retain the above copyright20 * - Redistributions in binary form must reproduce the above copyright24 * - Neither the name of ARM LIMITED nor the names of its contributors40 * -------------------------------------------------------------------- */50 * This example demonstrates how a 5-band graphic equalizer can be constructed63 * Each band has an adjustable boost or cut in the range of +/- 9 dB.79 * precision 32x64-bit Biquad filters. The remaining 3 high frequency bands use standard[all …]