y-brehm / waveAlign

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

Issue/7/add support for all audio formats supported by rekordbox #14

Closed SimonZimmer closed 1 year ago

SimonZimmer commented 1 year ago

Adds support for all audio formats that are supported by rekordbox. Also makes sure that the files are encoded using the same attributes for bit_rate, sample rate, codec and artwork found in the original file. Tested using two files from my rekordbox library that were dragged out of place, processed and put back manually in the library. Didn't encounter any issues 🙏

Additionally:

Note: Although wave_alignment desperately needs a refactor, it wasn't done here to focus on the feature first.

y-brehm commented 1 year ago

@SimonZimmer I just realized that you need to have ffmpeg installed on your machine in order to run this. Could you please add this to the README?