benfmiller / audalign

Package for aligning audio files through audio fingerprinting
MIT License
94 stars 2 forks source link

Adding normalize field in BaseConfig #46

Closed benfmiller closed 1 year ago

benfmiller commented 1 year ago

Adds a normalize field to BaseConfig that turns off normalization if False. Most audalign functions that don't have a config argument (non recognition/alignment functions) now have a normalize argument. Functions like the remove_noise_* or uniform_level_* functions did not have a normalize argument added.

Implements #45