[READ-ONLY] Mirror of https://github.com/jmrplens/PyOctaveBand. [Python3] Octave-Band and Fractional Octave-Band filter. For signal in time domain. jmrplens.github.io/PyOctaveBand/
acoustics audio filter frequency frequency-analysis frequency-domain octave python3 signal time-domain
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1 folder 2 files
README.md

PyOctaveBand → phonometry#

PyOctaveBand has been renamed to phonometry.

This is a transition package: installing or upgrading PyOctaveBand installs phonometry and provides a pyoctaveband module that re-exports the full, unchanged API with a DeprecationWarning. Your existing code keeps working, but new code should use the new name:

pip install phonometry
import phonometry  # instead of: import pyoctaveband

The API is identical — renaming the import is a complete migration.