This project implements audio and acoustics processing components, with a focus on sound level measurement and standardized frequency weighting.
The project builds on established acoustics standards (e.g. A- and C-weighting filters) and is intended to run on any platform.
This project makes use of acoustic-toolbox:
- acoustic-toolbox https://github.com/Universite-Gustave-Eiffel/acoustic-toolbox © Université Gustave Eiffel Licensed under the BSD 3-Clause License
Parts of the signal processing logic (e.g. frequency weighting filters) are based on this library.
This project is licensed under the BSD 3-Clause License.
It includes code from acoustic-toolbox, which remains © Université Gustave Eiffel and is distributed under the same license.
See the LICENSE file for full details.
- Clone the repository
- Install required dependencies
- Build and run according to your target platform
Further documentation will be added as the project evolves.