y-brehm / waveAlign

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

Hotfix: adjust file with new AudioFileSpecSet #9

Closed maosi100 closed 1 year ago

maosi100 commented 1 year ago

Commit cf31e89 by @SimonZimmer has introduced the AudioFileSpecSet class instead of the old AudioSpecSet class. However this change was not refleced within /loudness_processing/align_waveform_to_target.py which was still using the old AudioSpecSet class.