Metadata-Version: 2.1
Name: bandwidthestimation
Version: 0.1.0
Summary: Signal processing tool to detect the maximum energy threshold of one or more audio files
Home-page: https://github.com/simonD3V/bandwidthestimation
Author: Simon Devauchelle
Author-email: devausimon@gmail.com
Keywords: energy,bandwidth estimation
Requires-Python: >=3.10.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

Energy above a certain threshold may be lost due to compression manipulations (typically occurs when converting wav to mp3 to wav). This loss can be easily identified for a given sampling rate by examining the maximum frequency obtained for a percentage of the signal energy.
