y-brehm / waveAlign

Python repo for audio loudness matching in order to end the loudness war between DJs.
3 stars 0 forks source link

sponsor clipping logic it's own class #46

Closed SimonZimmer closed 3 weeks ago

SimonZimmer commented 1 month ago

audio_property_sets_processor.py handles a bit much detail on clipping. We should introduce a new class that takes care of this logic, so audio_property_sets_processor doesn't bloat.

y-brehm commented 1 month ago

I have to touch this class anyways in the scope of #30. I'll therefore directly take care of it.