Metadata-Version: 2.4
Name: acoustica
Version: 1.2.0
Summary: Sound levels, A-weighting, level summation and Sabine reverberation time.
Author: Priya Kulkarni
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
License-File: LICENSE

acoustica
=========

Sound levels, A-weighting, level summation and Sabine reverberation time.

Usage::

    import acoustica
    print(round(acoustica.combine_levels([80,80]),2))

