y-brehm / waveAlign

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

add tests for loudness calculation #6

Closed y-brehm closed 1 year ago

maosi100 commented 1 year ago

Thanks for adding the tests, I think I'll be able to continue individualy. Which tests to prioritize now @y-brehm ?

y-brehm commented 1 year ago

@maosi100 IMO you can start with whatever you like. Maybe the most low-level methods make the most sense since the rest will likely change. On the other hand, it makes sense to have everything tested as fast as possible so that development becomes easier.

SimonZimmer commented 1 year ago

💆