iver56 / audiomentations

A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
https://iver56.github.io/audiomentations/
MIT License
1.76k stars 183 forks source link

Add support for zero phase peaking filter #303

Open iver56 opened 10 months ago

iver56 commented 10 months ago

The peaking filter we have today changes the phase. It would be nice to have a bool argument for making it zero-phase.