bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

added filtering #83

Open lylyhan opened 4 years ago

lylyhan commented 4 years ago

added lowpass, highpass, bandpass, randomized filtering functionalities, and their corresponding testing functions

bmcfee commented 4 years ago

Thanks @lylyhan ! Can you fix the merge conflicts before we start a code review? Either way of doing it is fine (web editor or command line). Let me know if you need assistance getting it sorted out.

lylyhan commented 4 years ago

OK! i revised all suggestions above (replaced already implemented functions, revised __test_xx_filter series, corrected the messed up merge), pytest now pass on all functions. please review :)